Property | Type | Description | |
---|---|---|---|
entity | Entity | ||
offset | Vector3 | ||
rotate | bool |
Method | Description | |
---|---|---|
ThirdPersonCamera ( Entity e, Vector3 offset ) : System | ||
ThirdPersonCamera ( Entity e, Vector3 offset, bool rotate ) : System | ||
Update ( double elapsed ) : void |
public ThirdPersonCamera ( Entity e, Vector3 offset ) : System | ||
e | Entity | |
offset | Vector3 | |
return | System |
public ThirdPersonCamera ( Entity e, Vector3 offset, bool rotate ) : System | ||
e | Entity | |
offset | Vector3 | |
rotate | bool | |
return | System |