ProfileBase
Class
Read time 1 minuteLast updated 18 hours ago
Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.CAD
[Serializable]public class ProfileBase
Constructors
ProfileBase(ProfileLoop[])
public ProfileBase(ProfileLoop[] tab)
Parameters
ProfileBase(int)
public ProfileBase(int size)
Parameters
Type | Name | Description |
|---|
| int | size | |
Fields
length
public int length { get; }
Returns
this[int]
public ProfileLoop this[int index] { get; set; }
Returns
list
public ProfileLoop[] list
Returns
Operators
implicit operator ProfileLoop[](ProfileBase)
public static implicit operator ProfileLoop[](ProfileBase o)
Parameters
Returns