| ASL_AutonomousObjectHandlerSetWorldScale Method (Int32, Vector3) |
If the caller is the owner of the object indeicated by index, the object's scale will be set to WorldScale via World Scale.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void SetWorldScale(
int index,
Vector3 WorldScale
)
Public Sub SetWorldScale (
index As Integer,
WorldScale As Vector3
)
public:
void SetWorldScale(
int index,
Vector3 WorldScale
)
member SetWorldScale :
index : int *
WorldScale : Vector3 -> unit
Parameters
- index
- Type: SystemInt32
Index of the ASL_AutonomousObject being transformed. - WorldScale
- Type: Vector3
The desired scale of the object.
See Also