Skip to content

D61D2F2C

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

ResetCam Method

Resets all or specific values from the camera component to their defaults.

Definition

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

C#

public void ResetCam(
	bool resetPosition = true,
	bool resetZoom = true,
	bool resetRotation = true
)

Parameters

  Boolean  (Optional)
 
  Boolean  (Optional)
 
  Boolean  (Optional)
 

See Also

Reference

EditorService Class
MonoGame.Forms.NET.Services Namespace

Clone this wiki locally