Esempio n. 1
0
 private void Start()
 {
     m_Physic = GetComponent <PhysicComponent>();
     RegistPhysicEvent();
     RegistAnimEvent();
     m_ActorPropty.InitPropty();
 }
Esempio n. 2
0
 private void Start()
 {
     m_Physic = GetComponent <PhysicComponent>();
     RegistPhysicEvent();
     RegistAnimEvent();
 }