Click or drag to resize

CameraTextureSetCameraActive Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CameraTexture.SetCameraActive(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCameraActive is deprecated. Use the CameraIsActive property instead.")]
public void SetCameraActive(
	bool active
)

Parameters

active
Type: SystemBoolean

[Missing <param name="active"/> documentation for "M:Godot.CameraTexture.SetCameraActive(System.Boolean)"]

See Also