Infinite Runner Engine v1.9
Public Attributes | Protected Attributes | List of all members
MoreMountains.FeedbacksForThirdParty.MMAutoFocus Class Reference

This class will set the depth of field to focus on the set of targets specified in its inspector. More...

Inheritance diagram for MoreMountains.FeedbacksForThirdParty.MMAutoFocus:

Public Attributes

Transform CameraTransform
 the position of the camera More...
 
Transform[] FocusTargets
 a list of all possible targets More...
 
Vector3 Offset
 an offset to apply to the focus target More...
 
float FocusTargetID
 the current target of this auto focus More...
 
float Aperture = 0.1f
 the aperture to work with More...
 

Protected Attributes

PostProcessVolume _volume
 
PostProcessProfile _profile
 
DepthOfField _depthOfField
 

Detailed Description

This class will set the depth of field to focus on the set of targets specified in its inspector.

Member Data Documentation

◆ _depthOfField

DepthOfField MoreMountains.FeedbacksForThirdParty.MMAutoFocus._depthOfField
protected

◆ _profile

PostProcessProfile MoreMountains.FeedbacksForThirdParty.MMAutoFocus._profile
protected

◆ _volume

PostProcessVolume MoreMountains.FeedbacksForThirdParty.MMAutoFocus._volume
protected

◆ Aperture

float MoreMountains.FeedbacksForThirdParty.MMAutoFocus.Aperture = 0.1f

the aperture to work with

◆ CameraTransform

Transform MoreMountains.FeedbacksForThirdParty.MMAutoFocus.CameraTransform

the position of the camera

◆ FocusTargetID

float MoreMountains.FeedbacksForThirdParty.MMAutoFocus.FocusTargetID

the current target of this auto focus

◆ FocusTargets

Transform [] MoreMountains.FeedbacksForThirdParty.MMAutoFocus.FocusTargets

a list of all possible targets

◆ Offset

Vector3 MoreMountains.FeedbacksForThirdParty.MMAutoFocus.Offset

an offset to apply to the focus target


The documentation for this class was generated from the following file: