BoneWeightΒΆ
-
struct
BoneWeight: System.ValueType Provides properties for managing a bone weight.
-
readonly string
BoneName Gets the name of the bone.
-
readonly float
Weight Gets the amount of bone influence, ranging from zero to one. The complete set of weights in a BoneWeightCollection should sum to one.
-
void
set_Weight(float value) Parameters: - value (float) –
-
readonly string