Feel  4.3
The best way to improve your game's feel and make it extra juicy
MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitScale Class Reference

This feedback will let you scale an element on a target UI Document More...

Inheritance diagram for MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitScale:
MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitVector2Base MoreMountains.FeedbacksForThirdParty.MMF_UIToolkit MoreMountains.Feedbacks.MMF_Feedback

Protected Member Functions

override void SetValue (Vector2 newValue)
 
override Vector2 GetInitialValue ()
 
- Protected Member Functions inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitVector2Base
override void CustomInitialization (MMF_Player owner)
 On init we store our initial value More...
 
override void CustomPlayFeedback (Vector3 position, float feedbacksIntensity=1.0f)
 On Play we change our text's alpha More...
 
virtual IEnumerator ChangeValue ()
 Changes the color of the text over time More...
 
override void CustomStopFeedback (Vector3 position, float feedbacksIntensity=1)
 Stops the animation if needed More...
 
virtual void ApplyTime (float time)
 Applies the alpha change More...
 
override void CustomRestoreInitialValues ()
 On restore, we put our object back at its initial position More...
 
- Protected Member Functions inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkit
override void AutomateTargetAcquisition ()
 A method meant to be implemented per feedback letting you specify what happens (usually setting a target) More...
 
virtual void PerformQuery ()
 Performs the query and sets _visualElements with the result More...
 
virtual void HandleMarkDirty (VisualElement element)
 

Additional Inherited Members

- Public Types inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitVector2Base
enum  Modes { Modes.Instant, Modes.Interpolate, Modes.ToDestination }
 a static bool used to disable all feedbacks of this type at once More...
 
- Public Types inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkit
enum  QueryModes { QueryModes.Name, QueryModes.Class }
 
- Public Attributes inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitVector2Base
override bool HasCustomInspectors => true
 
Modes Mode = Modes.Interpolate
 
bool RelativeValues = false
 whether or not the value should be applied relatively to the initial value More...
 
bool AllowAdditivePlays = false
 if this is true, calling that feedback will trigger it, even if it's in progress. If it's false, it'll prevent any new Play until the current one is over More...
 
float Duration = 0.2f
 how long the color of the text should change over time More...
 
Vector2 InstantValue = new Vector2(1f, 1f)
 the value to apply when in instant mode More...
 
bool AnimateX = true
 whether or not to animate the x value More...
 
MMTweenType CurveX = new MMTweenType(MMTween.MMTweenCurve.EaseInCubic)
 the curve to use when interpolating towards the destination value More...
 
float CurveRemapZeroX = 0f
 the value to which the curve's 0 should be remapped More...
 
float CurveRemapOneX = 1f
 the value to which the curve's 1 should be remapped More...
 
float DestinationValueX = 1f
 the value to aim towards when in ToDestination mode More...
 
bool AnimateY = true
 whether or not to animate the y value More...
 
MMTweenType CurveY = new MMTweenType(MMTween.MMTweenCurve.EaseInCubic)
 the curve to use when interpolating towards the destination value More...
 
float CurveRemapZeroY = 0f
 the value to which the curve's 0 should be remapped More...
 
float CurveRemapOneY = 1f
 the value to which the curve's 1 should be remapped More...
 
float DestinationValueY = 1f
 the value to aim towards when in ToDestination mode More...
 
- Public Attributes inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkit
override bool HasAutomatedTargetAcquisition => true
 sets the inspector color for this feedback More...
 
UIDocument TargetDocument
 the UI document on which to make modifications More...
 
QueryModes QueryMode = QueryModes.Name
 the way to perform the query, either via element name or via class More...
 
string Query = "ButtonA"
 the query to perform (replace this with your own element name or class) More...
 
bool MarkDirty = false
 whether to mark the UI document dirty after the operation. Set this to true when making a change that requires a repaint such as when using generateVisualContent to render a mesh and the mesh data has now changed. More...
 
- Static Public Attributes inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkit
static bool FeedbackTypeAuthorized = true
 a static bool used to disable all feedbacks of this type at once More...
 
- Protected Attributes inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitVector2Base
Vector2 _initialValue
 
Coroutine _coroutine
 
Vector2 _newValue
 
- Protected Attributes inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkit
List< VisualElement > _visualElements = new List<VisualElement>()
 
- Properties inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitVector2Base
override float? FeedbackDuration [get, set]
 the duration of this feedback is the duration of the color transition, or 0 if instant More...
 

Detailed Description

This feedback will let you scale an element on a target UI Document

Member Function Documentation

◆ GetInitialValue()

override Vector2 MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitScale.GetInitialValue ( )
protectedvirtual

◆ SetValue()

override void MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitScale.SetValue ( Vector2  newValue)
protectedvirtual

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