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