Skip to content

49E0CD48

Marcel Härtel edited this page Aug 27, 2023 · 2 revisions

ICamera2D Interface

Use this interface to create your own Camera2D component, which automatically works with the underlying editor.

Definition

Namespace: MonoGame.Forms.NET.Components.Interfaces
Assembly: MonoGame.Forms.NET (in MonoGame.Forms.NET.dll) Version: 3.2.0

C#

public interface ICamera2D : IGameComponent
Implements IGameComponent

Properties

Position  

Methods

GetAbsolutePosition  
GetRotation  
GetTransform  
GetZoom  
Move  
ResetPosition  
ResetRotation  
ResetZoom  
Rotate  
Zoom  

See Also

Reference

MonoGame.Forms.NET.Components.Interfaces Namespace

Clone this wiki locally