Gets or sets the actor's position in world space.
Namespace:
Bespoke.Games.FrameworkAssembly: Bespoke.Games.Framework (in Bespoke.Games.Framework.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax
| C# |
|---|
public Vector3 Position { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Position As Vector3 |
| Visual C++ |
|---|
public: property Vector3 Position { Vector3 get (); void set (Vector3 value); } |