|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MyActor
- The type of actor this script controls.public interface ActorScript<MyActor extends ScriptableActor>
Represents an actor script--that is, a sequence of actions on a scriptable actor to control its behavior.
Method Summary | |
---|---|
MyActor |
getActor()
Get the actor this script controls. |
void |
setActor(MyActor actor)
Set the actor this script controls. |
Methods inherited from interface sofia.micro.Script |
---|
script |
Method Detail |
---|
void setActor(MyActor actor)
actor
- The actor this script controlsMyActor getActor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |