C# Class FAtlasElement, FutilePrototyper

ファイルを表示 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_oe property

public FAtlas, atlas
return FAtlas,

atlasIndex public_oe property

public int atlasIndex
return int

indexInAtlas public_oe property

public int indexInAtlas
return int

isTrimmed public_oe property

public bool isTrimmed
return bool

name public_oe property

public string name
return string

sourceRect public_oe property

public Rect sourceRect
return Rect

sourceSize public_oe property

public Vector2 sourceSize
return Vector2

uvBottomLeft public_oe property

public Vector2 uvBottomLeft
return Vector2

uvBottomRight public_oe property

public Vector2 uvBottomRight
return Vector2

uvRect public_oe property

public Rect uvRect
return Rect

uvTopLeft public_oe property

public Vector2 uvTopLeft
return Vector2

uvTopRight public_oe property

public Vector2 uvTopRight
return Vector2