ModelGetDimensions Method

RAGE Plugin Hook Documentation

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

Gets the dimensions of this model.

The rear bottom left relative offset from the origin of the model.

The front top right relative offset from the origin of the model.

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

public void GetDimensions(
	out Vector3 rearBottomLeft,
	out Vector3 frontTopRight
)

Parameters

rearBottomLeft
Type: RageVector3
The negative dimensions.
frontTopRight
Type: RageVector3
The positive dimensions.
See Also

Reference