Esempio n. 1
0
 internal void Purge()
 {
     _owner = null;
 }
Esempio n. 2
0
 internal StateData(LinearAnimationBlend owner, ISPAnim anim, float pos)
 {
     _owner = owner;
     _anim  = anim;
     _pos   = pos;
 }