C# Class AnimationBaker.SkeletonInfo, Holdout

Afficher le fichier Open project: MaddJhin/Holdout

Méthodes publiques

Свойство Type Description
bonesCount int
bonesPaths string[]
skeleton Transform

Méthodes publiques

Méthode Description
SkeletonInfo ( string bP, Transform s, int bC ) : System.Collections
UpdateSkeletonInfo ( bool debug ) : void

Private Methods

Méthode Description
ReadSkeletonHierarchy ( Transform h, bool debug ) : void

Method Details

SkeletonInfo() public méthode

public SkeletonInfo ( string bP, Transform s, int bC ) : System.Collections
bP string
s Transform
bC int
Résultat System.Collections

UpdateSkeletonInfo() public méthode

public UpdateSkeletonInfo ( bool debug ) : void
debug bool
Résultat void

Property Details

bonesCount public_oe property

public int bonesCount
Résultat int

bonesPaths public_oe property

public string[] bonesPaths
Résultat string[]

skeleton public_oe property

public Transform skeleton
Résultat Transform