C# Class CombineImages, Team4BabelGame
Show file
Open project: veselin-/Team4BabelGame
Class Usage Examples
Public Properties
Property |
Type |
Description |
|
img |
Image |
|
|
tex1 |
UnityEngine.Texture2D |
|
|
tex2 |
UnityEngine.Texture2D |
|
|
Public Methods
Method Details
public Start ( ) : void |
return |
void |
|
public Update ( ) : void |
return |
void |
|
Property Details
public Image img |
return |
Image |
|
public Texture2D,UnityEngine tex1 |
return |
UnityEngine.Texture2D |
|
public Texture2D,UnityEngine tex2 |
return |
UnityEngine.Texture2D |
|