Union Bytes EngineModulesNodeMoveNode

Union Bytes Engine

GeneralHilfeseitensyntaxModules
AnimationBillboardCageCameraControlDefinitionDrawingFontGadgetGeneralJoystickLightMaterialMathMeshNetworkNode
CreateNodeFreeNodeGetNodePositionGetNodePositionXYZMoveNodeNodeIDRotateNodeSetNodePosition
ObjectParticlePhysicShaderSoundsSpriteTexture

MoveNodeFUNCTION

Description

Moves the specified node.

Syntax

UBE_MoveNode( Node.i, X.f, Y.f, Z.f [, Mode.i] )

Parameters

Node The number of the node.
X, Y, Z The movement along the X-, Y- and Z-axis.
Mode A combination of following constants:
#UBE_ABSOLUTE The movement is absolute
#UBE_RELATIVE The movement is relative to the current location.
#UBE_PARENT The movement axes are in the parent coordinate system.
#UBE_LOCAL The movement axes are in the local coordinate system.
#UBE_WORLD The movement axes are in the world coordinate system.
The default mode is #UBE_ABSOLUTE|#UBE_PARENT.

Return value

None

See also

Union Bytes | Login