| 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
)
Public Sub AutonomousSetWorldScale (
worldScale As Vector3
)
public:
void AutonomousSetWorldScale(
Vector3 worldScale
)
member AutonomousSetWorldScale :
worldScale : Vector3 -> unit
Parameters
- worldScale
- Type: Vector3
The desired scale of the object.
See Also