Camera._classBinding

Undocumented in source.
struct Camera
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

clearCurrent
GodotMethod!(void, bool) clearCurrent;
Undocumented in source.
getCameraTransform
GodotMethod!(Transform) getCameraTransform;
Undocumented in source.
getCullMask
GodotMethod!(long) getCullMask;
Undocumented in source.
getCullMaskBit
GodotMethod!(bool, long) getCullMaskBit;
Undocumented in source.
getDopplerTracking
GodotMethod!(Camera.DopplerTracking) getDopplerTracking;
Undocumented in source.
getEnvironment
GodotMethod!(Environment) getEnvironment;
Undocumented in source.
getFov
GodotMethod!(double) getFov;
Undocumented in source.
getHOffset
GodotMethod!(double) getHOffset;
Undocumented in source.
getKeepAspectMode
GodotMethod!(Camera.KeepAspect) getKeepAspectMode;
Undocumented in source.
getProjection
GodotMethod!(Camera.Projection) getProjection;
Undocumented in source.
getSize
GodotMethod!(double) getSize;
Undocumented in source.
getVOffset
GodotMethod!(double) getVOffset;
Undocumented in source.
getZfar
GodotMethod!(double) getZfar;
Undocumented in source.
getZnear
GodotMethod!(double) getZnear;
Undocumented in source.
isCurrent
GodotMethod!(bool) isCurrent;
Undocumented in source.
isPositionBehind
GodotMethod!(bool, Vector3) isPositionBehind;
Undocumented in source.
makeCurrent
GodotMethod!(void) makeCurrent;
Undocumented in source.
projectLocalRayNormal
GodotMethod!(Vector3, Vector2) projectLocalRayNormal;
Undocumented in source.
projectPosition
GodotMethod!(Vector3, Vector2) projectPosition;
Undocumented in source.
projectRayNormal
GodotMethod!(Vector3, Vector2) projectRayNormal;
Undocumented in source.
projectRayOrigin
GodotMethod!(Vector3, Vector2) projectRayOrigin;
Undocumented in source.
setCullMask
GodotMethod!(void, long) setCullMask;
Undocumented in source.
setCullMaskBit
GodotMethod!(void, long, bool) setCullMaskBit;
Undocumented in source.
setCurrent
GodotMethod!(void, bool) setCurrent;
Undocumented in source.
setDopplerTracking
GodotMethod!(void, long) setDopplerTracking;
Undocumented in source.
setEnvironment
GodotMethod!(void, Environment) setEnvironment;
Undocumented in source.
setFov
GodotMethod!(void, double) setFov;
Undocumented in source.
setHOffset
GodotMethod!(void, double) setHOffset;
Undocumented in source.
setKeepAspectMode
GodotMethod!(void, long) setKeepAspectMode;
Undocumented in source.
setOrthogonal
GodotMethod!(void, double, double, double) setOrthogonal;
Undocumented in source.
setPerspective
GodotMethod!(void, double, double, double) setPerspective;
Undocumented in source.
setProjection
GodotMethod!(void, long) setProjection;
Undocumented in source.
setSize
GodotMethod!(void, double) setSize;
Undocumented in source.
setVOffset
GodotMethod!(void, double) setVOffset;
Undocumented in source.
setZfar
GodotMethod!(void, double) setZfar;
Undocumented in source.
setZnear
GodotMethod!(void, double) setZnear;
Undocumented in source.
unprojectPosition
GodotMethod!(Vector2, Vector3) unprojectPosition;
Undocumented in source.

Meta