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

Exibir arquivo 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_oe property

public float[] inverseBindMatrix
return float[]

name public_oe property

public string name
return string

parentIndex public_oe property

public int parentIndex
return int