Click or drag to resize

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
)

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