Click or drag to resize

ASL_AutonomousObjectAutonomousSetWorldScale Method

Sets the scale of the object via World Scale.

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

Parameters

worldScale
Type: Vector3
The desired scale of the object.
See Also