Esempio n. 1
0
 public GAFColorTransform(GAFAnimationObject _Object) : base(_Object)
 {
 }
Esempio n. 2
0
 public GAFTransform(GAFAnimationObject _Object) : base(_Object)
 {
     m_Vertices = _Object.filter.sharedMesh.vertices;
 }
Esempio n. 3
0
 public GAFAnimationObjectComponent(GAFAnimationObject _Object)
 {
     m_Object = _Object;
 }