Click or drag to resize

ASL_UserObjectIncrementWorldPosition Method

Increments the objects position via World Space.

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void IncrementWorldPosition(
	Vector3 m_AdditiveMovementAmount
)

Parameters

m_AdditiveMovementAmount
Type: Vector3
The change in position.
See Also