Method | Description | |
---|---|---|
FixedCamera2D ( string name ) : System |
Initializes a new instance of the FixedCamera2D class.
|
|
FixedCamera2D ( string name, System.Vector2 position ) : System |
Initializes a new instance of the FixedCamera2D class.
|
Method | Description | |
---|---|---|
InitEntity ( string name ) : void |
Initialize entity
|
public FixedCamera2D ( string name ) : System | ||
name | string | The name. |
return | System |
public FixedCamera2D ( string name, System.Vector2 position ) : System | ||
name | string | The name. |
position | System.Vector2 | The camera position |
return | System |