ModelDimensions Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets the dimensions of this model.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public Vector3 Dimensions { get; }

Property Value

Type: Vector3
The dimensions of this model. The X-component is the width, the Y-component is the length and the Z-component is the height.
See Also

Reference