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