Property | Type | Description | |
---|---|---|---|
controlPoints | ControlPoints.Point[], | ||
lockBoneWeights | bool | ||
points | ControlPoints, | ||
referenceMaterial | Material | ||
showMeshOutline | bool | ||
sprite | Sprite |
Property | Type | Description | |
---|---|---|---|
CalculateVertexColors | void | ||
Create | void | ||
CreateOrReplaceAsset | void | ||
LateUpdate | void | ||
OnDrawGizmos | void | ||
Start | void | ||
Update | void |
Method | Description | |
---|---|---|
CalculateBoneWeights ( Bone, bones ) : void | ||
CalculateBoneWeights ( Bone, bones, bool weightToParent ) : void | ||
CreateControlPoints ( |
||
RecalculateBoneWeights ( ) : void | ||
RemoveControlPoints ( ) : void | ||
ResetControlPointPositions ( ) : void | ||
SaveAsPrefab ( ) : void |
Method | Description | |
---|---|---|
CalculateVertexColors ( ) : void | ||
Create ( ) : void | ||
CreateOrReplaceAsset ( Mesh mesh, string path ) : void | ||
LateUpdate ( ) : void | ||
OnDrawGizmos ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public CalculateBoneWeights ( Bone, bones ) : void | ||
bones | Bone, | |
return | void |
public CalculateBoneWeights ( Bone, bones, bool weightToParent ) : void | ||
bones | Bone, | |
weightToParent | bool | |
return | void |
public CreateControlPoints ( |
||
skin | ||
return | void |
public ControlPoints.Point[], controlPoints | ||
return | ControlPoints.Point[], |