Interface ISpatial
An object with position and rotation information.
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
Syntax
public interface ISpatial
Properties
| Improve this Doc View SourcePosition
Declaration
Vector3 Position { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
Rotation
Declaration
Vector3 Rotation { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |