SpritePivotType Enumeration

Microsoft Robotics Class Reference

Type of Sprite Pivots

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

Syntax

[DataContractAttribute]
[CLSCompliantAttribute(true)]
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 Namespace