Class PlaceholderJointList
Inheritance
PlaceholderJointList
Syntax
[Serializable]
public class PlaceholderJointList
Constructors
PlaceholderJointList()
Declaration
public PlaceholderJointList()
PlaceholderJointList(int)
Declaration
public PlaceholderJointList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
PlaceholderJointList(uint[])
Declaration
public PlaceholderJointList(uint[] tab)
Parameters
Type |
Name |
Description |
uint[] |
tab |
|
Fields
list
Declaration
Field Value
Properties
this[int]
Declaration
public uint this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator uint[](PlaceholderJointList)
Declaration
public static implicit operator uint[](PlaceholderJointList o)
Parameters
Returns