Class RenderManager
Manager for rendering Sprite of GameObject
Inherited Members
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public class RenderManager
Fields
| Name | Description |
|---|---|
| IsometricRotation | Rotation of the prefab that will result in an isometric view |
Properties
| Name | Description |
|---|---|
| Instance | Singleton instance |
Methods
| Name | Description |
|---|---|
| Render(GameObject) | Create a Sprite of the target |
| Render(GameObject, Quaternion) | Create a Sprite of the target |
| Render(RenderRequest) | Create a Sprite from a RenderManager.RenderRequest/> |