Click or drag to resize

UnityUITextMeshProGlyphHelperIsRewiredElementAllowedHandler Class

Delegate for setting a custom filtering handler for the rewiredElement tag.
Inheritance Hierarchy
SystemObject
  SystemDelegate
    SystemMulticastDelegate
      Rewired.Glyphs.UnityUIUnityUITextMeshProGlyphHelperIsRewiredElementAllowedHandler

Namespace: Rewired.Glyphs.UnityUI
Assembly: Rewired_Glyphs (in Rewired_Glyphs.dll) Version: 0.0.0.0
Syntax
C#
public sealed class IsRewiredElementAllowedHandler : MulticastDelegate

Return Value

True if allowed, false if not allowed.

The UnityUITextMeshProGlyphHelperIsRewiredElementAllowedHandler type exposes the following members.

Constructors
 NameDescription
Public methodUnityUITextMeshProGlyphHelperIsRewiredElementAllowedHandlerInitializes a new instance of the UnityUITextMeshProGlyphHelperIsRewiredElementAllowedHandler class
Top
Methods
 NameDescription
Public methodBeginInvoke 
Public methodEndInvoke 
Public methodInvoke 
Top
See Also