Namespace: DeltaEngine.CommandsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Vector2D StartPosition { get; set; }
public Vector2D StartPosition { get; set; }
Public Property StartPosition As Vector2D
Get
Set
Public Property StartPosition As Vector2D
Get
Set
public:
property Vector2D StartPosition {
Vector2D get ();
void set (Vector2D value);
}
public:
property Vector2D StartPosition {
Vector2D get ();
void set (Vector2D value);
}
member StartPosition : Vector2D with get, set
member StartPosition : Vector2D with get, set
Property Value
Type:
Vector2D