C# Class Bone, UnitySpritesAndBones

Inheritance: MonoBehaviour
Afficher le fichier Open project: Banbury/UnitySpritesAndBones Class Usage Examples

Méthodes publiques

Свойство Type Description
color Color
deform bool
editMode bool
index int
influenceHead float
influenceTail float
length float
snapToParent bool
zOrder float

Méthodes publiques

Méthode Description
AddIK ( ) : void
ChangeRendererNormals ( int normal ) : void
FlipX ( ) : void
FlipY ( ) : void
GetInfluence ( Vector2 p ) : float
GetRenderersZ ( ) : float>.Dictionary
HasChildPositionsSaved ( ) : bool
LoadChildPosRot ( ) : void
OnDrawGizmos ( ) : void
SaveChildPosRot ( ) : void
Split ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Create ( ) : Bone,
GetMaxIndex ( ) : int
MoveRenderersPositions ( ) : void

Method Details

AddIK() public méthode

public AddIK ( ) : void
Résultat void

ChangeRendererNormals() public méthode

public ChangeRendererNormals ( int normal ) : void
normal int
Résultat void

FlipX() public méthode

public FlipX ( ) : void
Résultat void

FlipY() public méthode

public FlipY ( ) : void
Résultat void

GetInfluence() public méthode

public GetInfluence ( Vector2 p ) : float
p Vector2
Résultat float

GetRenderersZ() public méthode

public GetRenderersZ ( ) : float>.Dictionary
Résultat float>.Dictionary

HasChildPositionsSaved() public méthode

public HasChildPositionsSaved ( ) : bool
Résultat bool

LoadChildPosRot() public méthode

public LoadChildPosRot ( ) : void
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

SaveChildPosRot() public méthode

public SaveChildPosRot ( ) : void
Résultat void

Split() public static méthode

public static Split ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

color public_oe property

public Color color
Résultat Color

deform public_oe property

public bool deform
Résultat bool

editMode public_oe property

public bool editMode
Résultat bool

index public_oe property

public int index
Résultat int

influenceHead public_oe property

public float influenceHead
Résultat float

influenceTail public_oe property

public float influenceTail
Résultat float

length public_oe property

public float length
Résultat float

snapToParent public_oe property

public bool snapToParent
Résultat bool

zOrder public_oe property

public float zOrder
Résultat float