Table of Contents

Class GtaVector

Namespace
SampSharp.Entities
Assembly
SampSharp.OpenMp.Entities.dll

Provides various default vector constants for GTA: San Andreas.

public static class GtaVector
Inheritance
GtaVector
Inherited Members

Properties

Backward

Returns a Vector3 with components 0, -1, 0.

public static Vector3 Backward { get; }

Property Value

Vector3

Down

Returns a Vector3 with components 0, 0, -1.

public static Vector3 Down { get; }

Property Value

Vector3

Forward

Returns a Vector3 with components 0, 1, 0.

public static Vector3 Forward { get; }

Property Value

Vector3

Left

Returns a Vector3 with components -1, 0, 0.

public static Vector3 Left { get; }

Property Value

Vector3

Right

Returns a Vector3 with components 1, 0, 0.

public static Vector3 Right { get; }

Property Value

Vector3

Up

Returns a Vector3 with components 0, 0, 1.

public static Vector3 Up { get; }

Property Value

Vector3