C# Class AnimationBaker.SkeletonInfo, Holdout

显示文件 Open project: MaddJhin/Holdout

Public Properties

Property Type Description
bonesCount int
bonesPaths string[]
skeleton Transform

Public Methods

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

Private Methods

Method Description
ReadSkeletonHierarchy ( Transform h, bool debug ) : void

Method Details

SkeletonInfo() public method

public SkeletonInfo ( string bP, Transform s, int bC ) : System.Collections
bP string
s Transform
bC int
return System.Collections

UpdateSkeletonInfo() public method

public UpdateSkeletonInfo ( bool debug ) : void
debug bool
return void

Property Details

bonesCount public_oe property

public int bonesCount
return int

bonesPaths public_oe property

public string[] bonesPaths
return string[]

skeleton public_oe property

public Transform skeleton
return Transform