C# Class AnimationBaker.AnimationFile, Holdout

Afficher le fichier Open project: MaddJhin/Holdout

Méthodes publiques

Свойство Type Description
bonesStates BoneState[]
name string
samples int

Méthodes publiques

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

Method Details

AnimationFile() public méthode

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

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Property Details

bonesStates public_oe property

public BoneState[] bonesStates
Résultat BoneState[]

name public_oe property

public string name
Résultat string

samples public_oe property

public int samples
Résultat int