Namespace: DeltaEngine.Physics2DAssembly: DeltaEngine.Physics2D (in DeltaEngine.Physics2D.dll) Version: 1.1.1.0 (1.1.1)
public abstract bool MotorEnabled { get; set; }
public abstract bool MotorEnabled { get; set; }
Public MustOverride Property MotorEnabled As Boolean
Get
Set
Public MustOverride Property MotorEnabled As Boolean
Get
Set
public:
virtual property bool MotorEnabled {
bool get () abstract;
void set (bool value) abstract;
}
public:
virtual property bool MotorEnabled {
bool get () abstract;
void set (bool value) abstract;
}
abstract MotorEnabled : bool with get, set
abstract MotorEnabled : bool with get, set
Property Value
Type:
Boolean