Uses of Class
ActiverseEngine.Actor
Packages that use Actor
-
Uses of Actor in ActiverseEngine
Methods in ActiverseEngine that return ActorModifier and TypeMethodDescriptionActor.getOneIntersectingObject()
Finds the intesrsectiuon of the actor with another actor then returns itMethods in ActiverseEngine that return types with arguments of type ActorMethods in ActiverseEngine with parameters of type ActorModifier and TypeMethodDescriptionvoid
Adds an actor to the world at the specified locationboolean
Actor.intersects
(Actor other) Checks if this actor intersects with another actor.static boolean
CollisionManager.intersects
(Actor a, Actor b) Checks if two actors intersect using pixel-perfect collision detection.void
World.removeObject
(Actor actor) Removes an actor from the worldvoid
Gets the direction of the actor. -
Uses of Actor in ActiverseUtils
Constructors in ActiverseUtils with parameters of type ActorModifierConstructorDescriptionActorVector
(Actor actor) Constructs a vector representing the position of a single actor.ActorVector
(Actor from, Actor to) Constructs a vector from one actor to another.