C# Class exAtlasInfo.Element, ex2d-v1

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

public exAtlasInfo, atlasInfo
return exAtlasInfo,

charInfo public_oe property

public exBitmapFont.CharInfo, charInfo
return exBitmapFont.CharInfo,

coord public_oe property

public int[] coord
return int[]

destFontInfo public_oe property

public exBitmapFont, destFontInfo
return exBitmapFont,

isFontElement public_oe property

public bool isFontElement
return bool

rotated public_oe property

public bool rotated
return bool

srcFontInfo public_oe property

public exBitmapFont, srcFontInfo
return exBitmapFont,

texture public_oe property

public Texture2D,UnityEngine texture
return UnityEngine.Texture2D

trim public_oe property

public bool trim
return bool

trimRect public_oe property

public Rect trimRect
return Rect