VisualEntityProperties Enumeration
Microsoft Robotics
Microsoft Robotics Class Reference
Assembly: SimulationEngine.Proxy (in SimulationEngine.Proxy.dll) Version: 4.0.261.0
Visual entity properties
Namespace: Microsoft.Robotics.Simulation.Engine.Proxy
Assembly: SimulationEngine.Proxy (in SimulationEngine.Proxy.dll) Version: 4.0.261.0
[FlagsAttribute] [DataContractAttribute(Namespace = "http://schemas.microsoft.com/robotics/2006/04/simulationengine.html")] [XmlRootAttribute(Namespace = "http://schemas.microsoft.com/robotics/2006/04/simulationengine.html", ElementName = "VisualEntityProperties")] public enum VisualEntityProperties
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No properties | |
| UsesAlphaBlending | 1 | Uses alpha blending | |
| DisableRendering | 2 | Skip rendering | |
| InitializedWithState | 4 | The entity was reconstructed from XML | |
| DoCompletePhysicsShapeUpdate | 8 | Update pose for all physics shapes that are part of the physics Entity instance | |
| Ground | 16 | This is a ground entity | |
| DisableBackfaceCulling | 32 | Render both front and back faces rather than only front | |
| CullCounterClockwise | 64 | Render only front faces rather than back | |
| DisableViewFrustumCulling | 128 | Is view frustum culling disabled? | |
| TexturesPending | 256 | The mesh requires textures but they have not yet been loaded |
Show: