GetScale - ObjectReference

Member of: ObjectReference Script

Returns the current scale of this reference.

SyntaxEdit

float Function GetScale() native

ParametersEdit

None.

Return ValueEdit

The current scale of the reference.

ExamplesEdit

Debug.Trace("The box has a scale of: " + box.GetScale())

See AlsoEdit