DynamicInCameraSystem
Namespace: Murder.Systems
Assembly: Murder.dll
public class DynamicInCameraSystem : IMonoPreRenderSystem, IRenderSystem, ISystem
Implements: IMonoPreRenderSystem, IRenderSystem, ISystem
⭐ Constructors
public DynamicInCameraSystem()
⭐ Methods
CalculateBounds(Vector2, Vector2, Point, Vector2)
public Rectangle CalculateBounds(Vector2 position, Vector2 origin, Point size, Vector2 scale)
Parameters
position
Vector2
origin
Vector2
size
Point
scale
Vector2
Returns
Rectangle
BeforeDraw(Context)
public virtual void BeforeDraw(Context context)
Parameters
context
Context
⚡