Namespace: DeltaEngine.Rendering3D.ParticlesAssembly: DeltaEngine.Rendering3D.Particles (in DeltaEngine.Rendering3D.Particles.dll) Version: 1.1.1.0 (1.1.1)
public Vector3D CurrentMovement { get; set; }
public Vector3D CurrentMovement { get; set; }
Public Property CurrentMovement As Vector3D
Get
Set
Public Property CurrentMovement As Vector3D
Get
Set
public:
property Vector3D CurrentMovement {
Vector3D get ();
void set (Vector3D value);
}
public:
property Vector3D CurrentMovement {
Vector3D get ();
void set (Vector3D value);
}
member CurrentMovement : Vector3D with get, set
member CurrentMovement : Vector3D with get, set
Property Value
Type:
Vector3D