Interface IRotate
Allows rotating an entity/sprite.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IRotate
Properties
| Improve this Doc View SourceAngle
Gets or sets the angle of the entity/sprite (in degrees).
Declaration
float Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The angle. |