Namespace: DeltaEngine.Physics3DAssembly: DeltaEngine.Physics3D (in DeltaEngine.Physics3D.dll) Version: 1.1.1.0 (1.1.1)
public abstract Vector3D LinearVelocity { get; set; }
public abstract Vector3D LinearVelocity { get; set; }
Public MustOverride Property LinearVelocity As Vector3D
Get
Set
Public MustOverride Property LinearVelocity As Vector3D
Get
Set
public:
virtual property Vector3D LinearVelocity {
Vector3D get () abstract;
void set (Vector3D value) abstract;
}
public:
virtual property Vector3D LinearVelocity {
Vector3D get () abstract;
void set (Vector3D value) abstract;
}
abstract LinearVelocity : Vector3D with get, set
abstract LinearVelocity : Vector3D with get, set
Property Value
Type:
Vector3D