Class BoneWeightChannel
Inheritance
System.Object
BoneWeightChannel
Syntax
[Serializable]
public class BoneWeightChannel : IComparable<BoneWeightChannel>
Constructors
BoneWeightChannel()
Declaration
public BoneWeightChannel()
BoneWeightChannel(Int32, Single, Boolean)
Declaration
public BoneWeightChannel(int i, float w, bool e)
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
System.Single |
w |
|
System.Boolean |
e |
|
Properties
boneIndex
Declaration
public int boneIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
enabled
Declaration
public bool enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
weight
Declaration
public float weight { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
CompareTo(BoneWeightChannel)
Declaration
public int CompareTo(BoneWeightChannel other)
Parameters
Returns
Type |
Description |
System.Int32 |
|