CameraAttributesPractical

package
v0.0.0-...-ae8aae0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2025 License: MIT Imports: 20 Imported by: 0

Documentation

Overview

Package CameraAttributesPractical provides methods for working with CameraAttributesPractical object instances.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Advanced

type Advanced = class

Advanced exposes a 1:1 low-level instance of the class, undocumented, for those who know what they are doing.

type Any

type Any interface {
	gd.IsClass
	AsCameraAttributesPractical() Instance
}

type Instance

Controls camera-specific attributes such as auto-exposure, depth of field, and exposure override. When used in a [WorldEnvironment] it provides default settings for exposure, auto-exposure, and depth of field that will be used by all cameras without their own [CameraAttributes], including the editor camera. When used in a [Camera3D] it will override any [CameraAttributes] set in the [WorldEnvironment]. When used in [VoxelGI] or [LightmapGI], only the exposure settings will be used.

var Nil Instance

Nil is a nil/null instance of the class. Equivalent to the zero value.

func New

func New() Instance

func (Instance) AsCameraAttributes

func (self Instance) AsCameraAttributes() CameraAttributes.Instance

func (Instance) AsCameraAttributesPractical

func (self Instance) AsCameraAttributesPractical() Instance

func (Instance) AsObject

func (self Instance) AsObject() [1]gd.Object

func (Instance) AsRefCounted

func (self Instance) AsRefCounted() [1]gd.RefCounted

func (Instance) AsResource

func (self Instance) AsResource() Resource.Instance

func (Instance) AutoExposureMaxSensitivity

func (self Instance) AutoExposureMaxSensitivity() Float.X

func (Instance) AutoExposureMinSensitivity

func (self Instance) AutoExposureMinSensitivity() Float.X

func (Instance) DofBlurAmount

func (self Instance) DofBlurAmount() Float.X

func (Instance) DofBlurFarDistance

func (self Instance) DofBlurFarDistance() Float.X

func (Instance) DofBlurFarEnabled

func (self Instance) DofBlurFarEnabled() bool

func (Instance) DofBlurFarTransition

func (self Instance) DofBlurFarTransition() Float.X

func (Instance) DofBlurNearDistance

func (self Instance) DofBlurNearDistance() Float.X

func (Instance) DofBlurNearEnabled

func (self Instance) DofBlurNearEnabled() bool

func (Instance) DofBlurNearTransition

func (self Instance) DofBlurNearTransition() Float.X

func (Instance) SetAutoExposureMaxSensitivity

func (self Instance) SetAutoExposureMaxSensitivity(value Float.X)

func (Instance) SetAutoExposureMinSensitivity

func (self Instance) SetAutoExposureMinSensitivity(value Float.X)

func (Instance) SetDofBlurAmount

func (self Instance) SetDofBlurAmount(value Float.X)

func (Instance) SetDofBlurFarDistance

func (self Instance) SetDofBlurFarDistance(value Float.X)

func (Instance) SetDofBlurFarEnabled

func (self Instance) SetDofBlurFarEnabled(value bool)

func (Instance) SetDofBlurFarTransition

func (self Instance) SetDofBlurFarTransition(value Float.X)

func (Instance) SetDofBlurNearDistance

func (self Instance) SetDofBlurNearDistance(value Float.X)

func (Instance) SetDofBlurNearEnabled

func (self Instance) SetDofBlurNearEnabled(value bool)

func (Instance) SetDofBlurNearTransition

func (self Instance) SetDofBlurNearTransition(value Float.X)

func (*Instance) UnsafePointer

func (self *Instance) UnsafePointer() unsafe.Pointer

func (Instance) Virtual

func (self Instance) Virtual(name string) reflect.Value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL