Interface IPhysicsEntityMethods

interface IPhysicsEntityMethods {
    getPhysics(): PhysicsComponent;
}

Methods

Methods