C# Class FAtlasElement, FutilePrototyper

Show file Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Properties

Property Type Description
atlas FAtlas,
atlasIndex int
indexInAtlas int
isTrimmed bool
name string
sourceRect Rect
sourceSize Vector2
uvBottomLeft Vector2
uvBottomRight Vector2
uvRect Rect
uvTopLeft Vector2
uvTopRight Vector2

Public Methods

Method Description
Clone ( ) : FAtlasElement,

Method Details

Clone() public method

public Clone ( ) : FAtlasElement,
return FAtlasElement,

Property Details

atlas public property

public FAtlas, atlas
return FAtlas,

atlasIndex public property

public int atlasIndex
return int

indexInAtlas public property

public int indexInAtlas
return int

isTrimmed public property

public bool isTrimmed
return bool

name public property

public string name
return string

sourceRect public property

public Rect sourceRect
return Rect

sourceSize public property

public Vector2 sourceSize
return Vector2

uvBottomLeft public property

public Vector2 uvBottomLeft
return Vector2

uvBottomRight public property

public Vector2 uvBottomRight
return Vector2

uvRect public property

public Rect uvRect
return Rect

uvTopLeft public property

public Vector2 uvTopLeft
return Vector2

uvTopRight public property

public Vector2 uvTopRight
return Vector2