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

This feedback lets you control the character spacing of a target TMP over time More...

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

Public Attributes

TMP_Text TargetTMPText
 sets the inspector color for this feedback More...
 
MMTweenType CharacterSpacingCurve = new MMTweenType(new AnimationCurve(new Keyframe(0, 0), new Keyframe(0.3f, 1f), new Keyframe(1, 0)))
 the curve to tween on More...
 
float RemapZero = 0f
 the value to remap the curve's 0 to More...
 
float RemapOne = 1f
 the value to remap the curve's 1 to More...
 
float InstantFontSize
 the value to move 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 character spacing of a target TMP over time

Member Function Documentation

◆ FillTargets()

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

Fills our list of targets, meant to be extended

Implements MoreMountains.Feedbacks.MMF_FeedbackBase.

Member Data Documentation

◆ CharacterSpacingCurve

MMTweenType MoreMountains.Feedbacks.MMF_TMPCharacterSpacing.CharacterSpacingCurve = new MMTweenType(new AnimationCurve(new Keyframe(0, 0), new Keyframe(0.3f, 1f), new Keyframe(1, 0)))

the curve to tween on

◆ InstantFontSize

float MoreMountains.Feedbacks.MMF_TMPCharacterSpacing.InstantFontSize

the value to move to in instant mode

◆ RemapOne

float MoreMountains.Feedbacks.MMF_TMPCharacterSpacing.RemapOne = 1f

the value to remap the curve's 1 to

◆ RemapZero

float MoreMountains.Feedbacks.MMF_TMPCharacterSpacing.RemapZero = 0f

the value to remap the curve's 0 to

◆ TargetTMPText

TMP_Text MoreMountains.Feedbacks.MMF_TMPCharacterSpacing.TargetTMPText

sets the inspector color for this feedback

the TMP_Text component to control


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