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