C# Class Poonya.SEA3D.Objects.Skeleton.JointData

Show file Open project: sunag/sea3d Class Usage Examples

Public Properties

Property Type Description
inverseBindMatrix float[]
name string
parentIndex int

Public Methods

Method Description
Write ( ByteArray data ) : void

Method Details

Write() public method

public Write ( ByteArray data ) : void
data ByteArray
return void

Property Details

inverseBindMatrix public property

public float[] inverseBindMatrix
return float[]

name public property

public string name
return string

parentIndex public property

public int parentIndex
return int