Show / Hide Table of Contents

    Interface IHasModelMatrix

    An interface representing an entity which has a model matrix and can be rendered on screen.

    Inherited Members
    IScale.Height
    IScale.Width
    IScale.ScaleX
    IScale.ScaleY
    IScale.Scale
    IScale.BaseSize
    IScale.ResetScale()
    IScale.ResetScale(Single, Single)
    IScale.ScaleTo(Single, Single)
    IScale.FlipHorizontally()
    IScale.FlipVertically()
    IRotate.Angle
    ITranslate.Position
    ITranslate.X
    ITranslate.Y
    ITranslate.Z
    System.IDisposable.Dispose()
    IHasImage.Opacity
    IHasImage.Tint
    IHasImage.Brightness
    IHasImage.Pivot
    IHasImage.Image
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface IHasModelMatrix : IScale, IRotate, ITranslate, IDisposable, IHasImage, INotifyPropertyChanged
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX