Infinite Runner Engine v1.9
Public Attributes | Protected Member Functions | List of all members
MoreMountains.Feedbacks.MMF_CanvasGroup Class Reference

This feedback lets you control the opacity of a canvas group over time More...

Inheritance diagram for MoreMountains.Feedbacks.MMF_CanvasGroup:
MoreMountains.Feedbacks.MMF_FeedbackBase MoreMountains.Feedbacks.MMF_Feedback

Public Attributes

CanvasGroup TargetCanvasGroup
 sets the inspector color for this feedback More...
 
MMTweenType AlphaCurve = new MMTweenType(new AnimationCurve(new Keyframe(0, 0), new Keyframe(0.3f, 1f), new Keyframe(1, 0)))
 the curve to tween the opacity on More...
 
float RemapZero = 0f
 the value to remap the opacity curve's 0 to More...
 
float RemapOne = 1f
 the value to remap the opacity curve's 1 to More...
 
float InstantAlpha
 the value to move the opacity to in instant mode More...
 

Protected Member Functions

override void FillTargets ()
 Fills our list of targets, meant to be extended More...
 

Additional Inherited Members

 the possible modes for this feedback More...

Detailed Description

This feedback lets you control the opacity of a canvas group over time

Member Function Documentation

◆ FillTargets()

override void MoreMountains.Feedbacks.MMF_CanvasGroup.FillTargets ( )
protectedvirtual

Fills our list of targets, meant to be extended

Implements MoreMountains.Feedbacks.MMF_FeedbackBase.

Member Data Documentation

◆ AlphaCurve

MMTweenType MoreMountains.Feedbacks.MMF_CanvasGroup.AlphaCurve = new MMTweenType(new AnimationCurve(new Keyframe(0, 0), new Keyframe(0.3f, 1f), new Keyframe(1, 0)))

the curve to tween the opacity on

◆ InstantAlpha

float MoreMountains.Feedbacks.MMF_CanvasGroup.InstantAlpha

the value to move the opacity to in instant mode

◆ RemapOne

float MoreMountains.Feedbacks.MMF_CanvasGroup.RemapOne = 1f

the value to remap the opacity curve's 1 to

◆ RemapZero

float MoreMountains.Feedbacks.MMF_CanvasGroup.RemapZero = 0f

the value to remap the opacity curve's 0 to

◆ TargetCanvasGroup

CanvasGroup MoreMountains.Feedbacks.MMF_CanvasGroup.TargetCanvasGroup

sets the inspector color for this feedback

the receiver to write the level to


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