| ASL_AutonomousObjectHandlerSetWorldPosition Method (Int32, Vector3) |
If caller is the owner of the object indicated by index, the object's position will be set to WorldPosition via World Pososition.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void SetWorldPosition(
int index,
Vector3 WorldPosition
)
Public Sub SetWorldPosition (
index As Integer,
WorldPosition As Vector3
)
public:
void SetWorldPosition(
int index,
Vector3 WorldPosition
)
member SetWorldPosition :
index : int *
WorldPosition : Vector3 -> unit
Parameters
- index
- Type: SystemInt32
Index of the ASL_AutonomousObject being transformed. - WorldPosition
- Type: Vector3
The position in World space that the object will be moved to.
See Also