C# Class FFXIVAPP.Hooker.Engine.DXSpriteRenderer.Sprite

Show file Open project: Icehunter/ffxivapp-hooker

Public Properties

Property Type Description
Angle float
Color Color4
DestRect Rectangle
Scale float
SrcRect Rectangle
Z float

Public Methods

Method Description
Sprite ( Rectangle sourceRect, Rectangle destRect, Color4 color ) : System

Method Details

Sprite() public method

public Sprite ( Rectangle sourceRect, Rectangle destRect, Color4 color ) : System
sourceRect Rectangle
destRect Rectangle
color Color4
return System

Property Details

Angle public property

public float Angle
return float

Color public property

public Color4 Color
return Color4

DestRect public property

public Rectangle DestRect
return Rectangle

Scale public property

public float Scale
return float

SrcRect public property

public Rectangle SrcRect
return Rectangle

Z public property

public float Z
return float