C# Class Utage.CharData

文字データ(色などメタデータも含む)
Mostrar archivo Open project: SNUGDC/AntiGodgame Class Usage Examples

Public Methods

Method Description
CharData ( char c ) : UnityEngine

コンストラクタ

CharData ( char c, CustomCharaInfo customInfo ) : UnityEngine

コンストラクタ

Private Methods

Method Description
TryParseInterval ( string arg ) : bool

Method Details

CharData() public method

コンストラクタ
public CharData ( char c ) : UnityEngine
c char 文字
return UnityEngine

CharData() public method

コンストラクタ
public CharData ( char c, CustomCharaInfo customInfo ) : UnityEngine
c char 文字
customInfo CustomCharaInfo
return UnityEngine