Show / Hide Table of Contents

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 Source

Location

Gets or sets the location.

Declaration
public Vector3 Location { get; set; }
Property Value
Type Description
System.Numerics.Vector3
View Source

Rotation

Gets or sets the rotation.

Declaration
public Rotation3 Rotation { get; set; }
Property Value
Type Description
Rotation3
  • View Source
In This Article
Back to top Generated by DocFX