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

This feedback will let you change the border radius of an element on a target UI Document More...

Inheritance diagram for MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitBorderRadius:
MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitFloatBase MoreMountains.FeedbacksForThirdParty.MMF_UIToolkit MoreMountains.Feedbacks.MMF_Feedback

Public Attributes

bool BottomLeft = true
 whether to modify the bottom left border radius or not More...
 
bool BottomRight = true
 whether to modify the bottom right border radius or not More...
 
bool TopLeft = true
 whether to modify the top left border radius or not More...
 
bool TopRight = true
 whether to modify the top right border radius or not More...
 
- Public Attributes inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitFloatBase
override bool HasCustomInspectors => true
 
Modes Mode = Modes.Interpolate
 
bool RelativeValue = 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...
 
float InstantValue = 1f
 the value to apply when in instant mode More...
 
MMTweenType Curve = new MMTweenType(MMTween.MMTweenCurve.EaseInCubic)
 the curve to use when interpolating towards the destination value More...
 
float CurveRemapZero = 0f
 the value to which the curve's 0 should be remapped More...
 
float CurveRemapOne = 1f
 the value to which the curve's 1 should be remapped More...
 
float DestinationValue = 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...
 

Protected Member Functions

override void SetValue (float newValue)
 
override float GetInitialValue ()
 
- Protected Member Functions inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitFloatBase
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_UIToolkitFloatBase
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 }
 
- 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_UIToolkitFloatBase
float _initialValue
 
Coroutine _coroutine
 
- Protected Attributes inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkit
List< VisualElement > _visualElements = new List<VisualElement>()
 
- Properties inherited from MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitFloatBase
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 change the border radius of an element on a target UI Document

Member Function Documentation

◆ GetInitialValue()

override float MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitBorderRadius.GetInitialValue ( )
protectedvirtual

◆ SetValue()

override void MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitBorderRadius.SetValue ( float  newValue)
protectedvirtual

Member Data Documentation

◆ BottomLeft

bool MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitBorderRadius.BottomLeft = true

whether to modify the bottom left border radius or not

◆ BottomRight

bool MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitBorderRadius.BottomRight = true

whether to modify the bottom right border radius or not

◆ TopLeft

bool MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitBorderRadius.TopLeft = true

whether to modify the top left border radius or not

◆ TopRight

bool MoreMountains.FeedbacksForThirdParty.MMF_UIToolkitBorderRadius.TopRight = true

whether to modify the top right border radius or not


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