C# Class Letteral, letterals

显示文件 Open project: RossAllenBell/letterals Class Usage Examples

Public Methods

Method Description
Letteral ( string character, float width, Vector2 startPos, Vector2 endPos ) : UnityEngine
Update ( ) : void

Method Details

Letteral() public method

public Letteral ( string character, float width, Vector2 startPos, Vector2 endPos ) : UnityEngine
character string
width float
startPos Vector2
endPos Vector2
return UnityEngine

Update() public method

public Update ( ) : void
return void