Share via


SpritePivotType Enumeration

Microsoft Robotics Class Reference

Type of Sprite Pivots

Namespace: Microsoft.Robotics.Simulation.Engine.Proxy
Assembly: SimulationEngine.Proxy (in SimulationEngine.Proxy.dll) Version: 4.0.261.0

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/robotics/2006/04/simulationengine.html")]
[XmlRootAttribute(Namespace = "https://schemas.microsoft.com/robotics/2006/04/simulationengine.html", 
    ElementName = "SpritePivotType")]
public enum SpritePivotType

Members

Member name Value Description
Fixed 0 The sprite does not pivot at all
YAxis 1 The sprite turns on its Y axis to face the active camera
Center 2 The sprite pivots around its center to face the active camera

See Also

Microsoft.Robotics.Simulation.Engine.Proxy Namespace