Click or drag to resize

ASL_AutonomousObjectHandlerIncrementWorldScale Method (Int32, Vector3)

If caller is the owner of the object indicated by index, scales the object incrementally via World Scale.

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void IncrementWorldScale(
	int index,
	Vector3 m_AdditiveScaleAmount
)

Parameters

index
Type: SystemInt32
Index of the ASL_AutonomousObject being transformed.
m_AdditiveScaleAmount
Type: Vector3
The amount that the object will be scaled by, incrementally.
See Also