Class Index | File Index

Classes


Function Namespace std.movement.MovableRemote

A MovableRemote wraps a remote object (visible) and allows you to control its movement with simple commands, assuming it is both capable and allows you to.
Defined in: movableremote.em.

Function Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
 
 
 
 
 
 
move(dir)
 
setMesh(msh)
 
 
 
 
 
setScale(scale)
 
stop()
Function Namespace Detail
std.movement.MovableRemote(remote)
Parameters:
remote
Method Detail
getMesh()

getOrientation()

getOrientationVel()

getPosition()
Returns:
Vec3 object

getScale()

getVelocity()
Returns:
Vec3 object

move(dir)
Parameters:
dir

setMesh(msh)
Parameters:
msh

setOrientation(orient)
Parameters:
orient

setPhysics(phy)
Parameters:
phy

setPosition(pos)
Parameters:
pos

setRotationalVelocity(orientvel)
Parameters:
orientvel

setScale(scale)
Parameters:
scale

stop()

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jun 26 2012 00:16:01 GMT-0700 (PDT)