C# Class TalkSpriteDisplay, Lurk2015Testing
ファイルを表示
Open project: gmuGADIG/Lurk2015Testing
Class Usage Examples
Public Properties
Property |
Type |
Description |
|
t2d |
UnityEngine.Texture2D |
|
|
Public Methods
Method |
Description |
|
Start ( ) : void |
|
|
setLeft ( int x, int y ) : void |
|
|
setRight ( int x, int y ) : void |
|
|
Method Details
public Start ( ) : void |
return |
void |
|
public setLeft ( int x, int y ) : void |
x |
int |
|
y |
int |
|
return |
void |
|
public setRight ( int x, int y ) : void |
x |
int |
|
y |
int |
|
return |
void |
|
Property Details
public Texture2D,UnityEngine t2d |
return |
UnityEngine.Texture2D |
|