C# Class AnimationBaker.AnimationFile, Holdout

Exibir arquivo Open project: MaddJhin/Holdout

Public Properties

Property Type Description
bonesStates BoneState[]
name string
samples int

Public Methods

Method Description
AnimationFile ( string n, int s, int tS, BoneState bS ) : System.Collections
IsEmpty ( ) : bool

Method Details

AnimationFile() public method

public AnimationFile ( string n, int s, int tS, BoneState bS ) : System.Collections
n string
s int
tS int
bS BoneState
return System.Collections

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Property Details

bonesStates public_oe property

public BoneState[] bonesStates
return BoneState[]

name public_oe property

public string name
return string

samples public_oe property

public int samples
return int