Skip to main content

CameraOtho Class

Description:

  A class for creating CameraOtho objects.

__call

Type: Metamethod.

Description:

  Creates a new CameraOtho object with the given name.

Signature:

metamethod __call: function(
self: CameraOthoClass,
name?: string --[[""]]
): CameraOtho

Parameters:

ParameterTypeDescription
namestringThe name of the CameraOtho object. Defaults to an empty string.

Returns:

Return TypeDescription
CameraOthoA new instance of the CameraOtho object.