C# Class exAtlasInfo.Element, ex2d-v1

Show file Open project: exdev/ex2d-v1 Class Usage Examples

Public Properties

Property Type Description
atlasInfo exAtlasInfo,
charInfo exBitmapFont.CharInfo,
coord int[]
destFontInfo exBitmapFont,
isFontElement bool
rotated bool
srcFontInfo exBitmapFont,
texture UnityEngine.Texture2D
trim bool
trimRect Rect

Public Methods

Method Description
Height ( ) : int
Width ( ) : int

Method Details

Height() public method

public Height ( ) : int
return int

Width() public method

public Width ( ) : int
return int

Property Details

atlasInfo public property

public exAtlasInfo, atlasInfo
return exAtlasInfo,

charInfo public property

public exBitmapFont.CharInfo, charInfo
return exBitmapFont.CharInfo,

coord public property

public int[] coord
return int[]

destFontInfo public property

public exBitmapFont, destFontInfo
return exBitmapFont,

isFontElement public property

public bool isFontElement
return bool

rotated public property

public bool rotated
return bool

srcFontInfo public property

public exBitmapFont, srcFontInfo
return exBitmapFont,

texture public property

public Texture2D,UnityEngine texture
return UnityEngine.Texture2D

trim public property

public bool trim
return bool

trimRect public property

public Rect trimRect
return Rect