Class PlayerGameObject
Player game object.
Inheritance
System.Object
PlayerGameObject
Namespace: Phoenix.Controls.Compass
Assembly: Phoenix.Controls.Compass.dll
Syntax
public class PlayerGameObject : BindableBase
Properties
View SourceLocation
Gets or sets the location.
Declaration
public Vector3 Location { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector3 |
Rotation
Gets or sets the rotation.
Declaration
public Rotation3 Rotation { get; set; }
Property Value
Type | Description |
---|---|
Rotation3 |