Rotator Constructor

RAGE Plugin Hook Documentation

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

Initializes a new instance of the Rotator class

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

public Rotator(
	float pitch,
	float roll,
	float yaw
)

Parameters

pitch
Type: SystemSingle

[Missing <param name="pitch"/> documentation for "M:Rage.Rotator.#ctor(System.Single,System.Single,System.Single)"]

roll
Type: SystemSingle

[Missing <param name="roll"/> documentation for "M:Rage.Rotator.#ctor(System.Single,System.Single,System.Single)"]

yaw
Type: SystemSingle

[Missing <param name="yaw"/> documentation for "M:Rage.Rotator.#ctor(System.Single,System.Single,System.Single)"]

See Also

Reference