Union Bytes EngineModulesNodeSetNodePosition

Union Bytes Engine

GeneralHilfeseitensyntaxModules
AnimationBillboardCageCameraControlDefinitionDrawingFontGadgetGeneralJoystickLightMaterialMathMeshNetworkNode
CreateNodeFreeNodeGetNodePositionGetNodePositionXYZMoveNodeNodeIDRotateNodeSetNodePosition
ObjectParticlePhysicShaderSoundsSpriteTexture

SetNodePositionFUNCTION

Description

Sets the position of the specified node.

Syntax

UBE_SetNodePosition( Node.i, *Position.UBE_VECTOR4f [, Mode.i] )

Parameters

Node The number of the node.
*Position A pointer to a vector with the position.
Mode A combination of following constants:
#UBE_ABSOLUTE The setting is absolute
#UBE_RELATIVE The setting is relative to the current location.
#UBE_PARENT The setting axes are in the parent coordinate system.
#UBE_LOCAL The setting axes are in the local coordinate system.
#UBE_WORLD The setting axes are in the world coordinate system.
The default mode is #UBE_ABSOLUTE|#UBE_PARENT.

Return value

None

See also

Union Bytes | Login