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