Creating a new Entity Object
Posted: Sun Dec 11, 2011 8:52 pm
Hi, Can u help me for creation a new Entity object,
I see in API all constructor method, i tried all constructor but i don't know,
i can't instancy a new Entity(EntityCollidable) or new Entity(EntityShape).
when i try I not have any reply of this class...
i have same result for EntityShape...
Thanks for help, Emre
I see in API all constructor method, i tried all constructor but i don't know,
i can't instancy a new Entity(EntityCollidable) or new Entity(EntityShape).
when i try
Code: Select all
Entity myCharacter = new Entity(new new EntityCollidable(???)));
i have same result for EntityShape...
Thanks for help, Emre