C# Class CeasfireIcon, verthex
Show file
Open project: austinblakeslee/verthex
Public Properties
Property |
Type |
Description |
|
cfIcon |
UnityEngine.Texture2D |
|
|
nocfIcon |
UnityEngine.Texture2D |
|
|
Public Methods
Method Details
public OnGUI ( ) : void |
return |
void |
|
public Start ( ) : void |
return |
void |
|
public Update ( ) : void |
return |
void |
|
Property Details
public Texture2D,UnityEngine cfIcon |
return |
UnityEngine.Texture2D |
|
public Texture2D,UnityEngine nocfIcon |
return |
UnityEngine.Texture2D |
|