C# Class CameraBoundBox, Team-7
Show file
Open project: RUGSoftEng/Team-7
Public Properties
Property |
Type |
Description |
|
material |
UnityEngine.PhysicsMaterial2D |
|
|
Public Methods
Method |
Description |
|
Start ( ) : void |
|
|
Private Methods
Method |
Description |
|
SetBox ( float x, float y, float width, float height ) : void |
|
|
Method Details
public Start ( ) : void |
return |
void |
|
Property Details
public PhysicsMaterial2D,UnityEngine material |
return |
UnityEngine.PhysicsMaterial2D |
|