Show / Hide Table of Contents

    Interface IRotate

    Allows rotating an entity/sprite.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface IRotate

    Properties

    | Improve this Doc View Source

    Angle

    Gets or sets the angle of the entity/sprite (in degrees).

    Declaration
    float Angle { get; set; }
    Property Value
    Type Description
    System.Single

    The angle.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX