|
anyKode Marilou
|
enum class ActiveEntityClasses : ActiveEntityClasses {
_ClassesBase = 0x10000,
_PhysicsGeoms = (AECT)_ClassesBase*0x01,
_Joint = (AECT)_ClassesBase*0x02,
_Body = (AECT)_ClassesBase*0x04,
_CoreDevice = (AECT)_ClassesBase*0x08,
_Render = (AECT)_ClassesBase*0x10,
_Container = (AECT)_ClassesBase*0x20,
_Zone = (AECT)_ClassesBase*0x40,
_Axis = (AECT)_ClassesBase*0x80,
_FromPluginDevice = (AECT)_ClassesBase*0x100,
World = (AECT)_Container+0x01,
Phx = (AECT)_Container+0x02,
PhysicsGeoms = (AECT)_PhysicsGeoms+0x0,
Box = (AECT)_PhysicsGeoms+0x01,
Sphere = (AECT)_PhysicsGeoms+0x02,
Cylinder = (AECT)_PhysicsGeoms+0x04,
Capsule = (AECT)_PhysicsGeoms+0x08,
Plane = (AECT)_PhysicsGeoms+0x10,
Ray = (AECT)_PhysicsGeoms+0x20,
TriMesh = (AECT)_PhysicsGeoms+0x40,
HeightField = (AECT)_PhysicsGeoms+0x80,
Body = (AECT)_Body,
Joint = (AECT)_Joint+0x0,
JointBall = (AECT)_Joint+0x1,
JointHinge = (AECT)_Joint+0x2,
JointHinge2 = (AECT)_Joint+0x4,
JointFixed = (AECT)_Joint+0x8,
JointSlider = (AECT)_Joint+0x10,
JointUniversal = (AECT)_Joint+0x20,
JointPiston = (AECT)_Joint+0x40,
JointPR = (AECT)_Joint+0x80,
CoreDevice = (AECT)_CoreDevice+0x0,
DeviceMotor = (AECT)_CoreDevice+0x01,
DeviceServoMotor = (AECT)_CoreDevice+0x02,
DeviceRayDistance = (AECT)_CoreDevice+0x04,
DeviceContact = (AECT)_CoreDevice+0x08,
DeviceVirtual = (AECT)_CoreDevice+0x10,
DeviceImageSource = (AECT)_CoreDevice+0x20,
DeviceSurfaceMotion = (AECT)_CoreDevice+0x40,
DeviceAirPressure = (AECT)_CoreDevice+0x80,
DeviceActuatingCylinder = (AECT)_CoreDevice+0x100,
Render = (AECT)_Render+0x00,
Viewpoint = (AECT)_Render+0x01,
Light = (AECT)_Render+0x02,
TraceDisplay = (AECT)_Render+0x04,
Zone = (AECT)_Zone+0x01,
JointAxis = (AECT)_Axis+0x01,
MotionAxis = (AECT)_Axis+0x02,
FromPluginDevice = (AECT)_FromPluginDevice+0x0,
DeviceGyroAndAccel = (AECT)_FromPluginDevice+0x01,
DeviceEmitter = (AECT)_FromPluginDevice+0x02,
DeviceReceiver = (AECT)_FromPluginDevice+0x04,
DeviceCompatibility = (AECT)_FromPluginDevice+0x08,
DeviceEmitterReceiver = (AECT)(DeviceEmitter|DeviceReceiver),
DeviceLightSource = (AECT)_FromPluginDevice+0x10,
DeviceForceSensor = (AECT)_FromPluginDevice+0x20,
DeviceSoundSource = (AECT)_FromPluginDevice+0x40,
DeviceRangeFinders = (AECT)_FromPluginDevice+0x80,
DeviceImageDestination = (AECT)_FromPluginDevice+0x100,
DeviceExternalCommunicationPort = (AECT)_FromPluginDevice+0x200,
DeviceLidar = (AECT)_FromPluginDevice+0x400,
DeviceAbsolutCompass = (AECT)_FromPluginDevice+0x800,
DeviceLED = (AECT)_FromPluginDevice+0x1000,
DeviceTouchArea = (AECT)_FromPluginDevice+0x2000,
DeviceGPS = (AECT)_FromPluginDevice+0x4000,
All = (AECT)0xFFFFFFFF,
None = (AECT)0x00000000
};Marilou.Commons.h
MUST FOLLOW Marilou.Commons.AECTManaged.h
|
Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|