Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
InitEntity ( string name ) : void |
Initialize entity
|
public FixedCamera2D ( string name ) : System | ||
name | string | The name. |
Результат | System |
public FixedCamera2D ( string name, System.Vector2 position ) : System | ||
name | string | The name. |
position | System.Vector2 | The camera position |
Результат | System |