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