Class LegacyFlowStateWidget | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class LegacyFlowStateWidget

    Inheritance
    Object
    Widget
    GraphElementWidget
    NodeWidget
    StateWidget<LegacyFlowState>
    NesterStateWidget<LegacyFlowState>
    LegacyFlowStateWidget
    Inherited Members
    NesterStateWidget<LegacyFlowState>.individualContextOptions
    NesterStateWidget<LegacyFlowState>.OnDoubleClick()
    StateWidget<LegacyFlowState>.canForceEnter
    StateWidget<LegacyFlowState>.canForceExit
    StateWidget<LegacyFlowState>.canToggleStart
    StateWidget<LegacyFlowState>.context
    StateWidget<LegacyFlowState>.graph
    StateWidget<LegacyFlowState>.canvas
    StateWidget<LegacyFlowState>.state
    StateWidget<LegacyFlowState>.IStateWidget.state
    StateWidget<LegacyFlowState>.stateData
    StateWidget<LegacyFlowState>.debugData
    StateWidget<LegacyFlowState>.CacheDescription()
    StateWidget<LegacyFlowState>.BeforeFrame()
    StateWidget<LegacyFlowState>.HandleInput()
    StateWidget<LegacyFlowState>.title
    StateWidget<LegacyFlowState>.summary
    StateWidget<LegacyFlowState>.icon
    StateWidget<LegacyFlowState>.positionDependers
    StateWidget<LegacyFlowState>.titlePosition
    StateWidget<LegacyFlowState>.summaryPosition
    StateWidget<LegacyFlowState>.iconPosition
    StateWidget<LegacyFlowState>.contentOuterPosition
    StateWidget<LegacyFlowState>.contentBackgroundPosition
    StateWidget<LegacyFlowState>.contentInnerPosition
    StateWidget<LegacyFlowState>.position
    StateWidget<LegacyFlowState>.CachePosition()
    StateWidget<LegacyFlowState>.GetContentHeight(Single)
    StateWidget<LegacyFlowState>.RegisterSnappingAnchors(SnappingSystem, SnappingAnchorType)
    StateWidget<LegacyFlowState>.showIcon
    StateWidget<LegacyFlowState>.showTitle
    StateWidget<LegacyFlowState>.showSummary
    StateWidget<LegacyFlowState>.showContent
    StateWidget<LegacyFlowState>.baseColor
    StateWidget<LegacyFlowState>.color
    StateWidget<LegacyFlowState>.dim
    StateWidget<LegacyFlowState>.DrawForeground()
    StateWidget<LegacyFlowState>.DrawOverlay()
    StateWidget<LegacyFlowState>.DrawContentBackground()
    StateWidget<LegacyFlowState>.DrawContent()
    StateWidget<LegacyFlowState>.canSelect
    StateWidget<LegacyFlowState>.canDrag
    StateWidget<LegacyFlowState>.ExpandDragGroup(HashSet<IGraphElement>)
    StateWidget<LegacyFlowState>.canDelete
    StateWidget<LegacyFlowState>.canResizeHorizontal
    StateWidget<LegacyFlowState>.ExpandCopyGroup(HashSet<IGraphElement>)
    StateWidget<LegacyFlowState>.MakeTransition()
    StateWidget<LegacyFlowState>.MakeSelfTransition()
    StateWidget<LegacyFlowState>.ToggleStart()
    NodeWidget.outerPosition
    NodeWidget.edgePosition
    NodeWidget.innerPosition
    NodeWidget.clippingPosition
    NodeWidget.warningsPosition
    NodeWidget.EdgeToOuterPosition(Rect)
    NodeWidget.OuterToEdgePosition(Rect)
    NodeWidget.EdgeToInnerPosition(Rect)
    NodeWidget.InnerToEdgePosition(Rect)
    GraphElementWidget.ToString()
    GraphElementWidget.Dispose()
    GraphElementWidget.element
    GraphElementWidget.filter
    GraphElementWidget.exceptions
    GraphElementWidget.FetchAccessor()
    GraphElementWidget.data
    GraphElementWidget.CacheModelFirstTime()
    GraphElementWidget.OnModulesChanged(Object, NotifyCollectionChangedEventArgs)
    GraphElementWidget.CacheModules()
    GraphElementWidget.HandleCapture()
    GraphElementWidget.canAlignAndDistribute
    GraphElementWidget.zIndex
    GraphElementWidget.contextOptions
    GraphElementWidget.selectionContextOptions
    GraphElementWidget.PingRuntimeException()
    GraphElementWidget.ClearRuntimeException()
    GraphElementWidget.HandleDoubleClick()
    GraphElementWidget.isInspectable
    GraphElementWidget.ShowInspector()
    GraphElementWidget.isSelected
    GraphElementWidget.OnContext()
    GraphElementWidget.resizeInnerOffset
    GraphElementWidget.resizeOuterOffset
    GraphElementWidget.minResizeSize
    GraphElementWidget.maxResizeSize
    GraphElementWidget.canResizeVertical
    GraphElementWidget.canResize
    GraphElementWidget.isResizing
    GraphElementWidget.resizeArea
    GraphElementWidget.OnResize()
    GraphElementWidget.OnResizeEnded()
    GraphElementWidget.isDragging
    GraphElementWidget.BeginDrag()
    GraphElementWidget.FreeDrag(Vector2)
    GraphElementWidget.ApplyDrag(Vector2, Vector2)
    GraphElementWidget.EndDrag()
    GraphElementWidget.LockDragOrigin()
    GraphElementWidget.AddToDragGroup(HashSet<IGraphElement>)
    GraphElementWidget.ExpandSnapGroup(HashSet<IGraphElement>)
    GraphElementWidget.Delete()
    GraphElementWidget.ExpandDeleteGroup(HashSet<IGraphElement>)
    GraphElementWidget.canCopy
    GraphElementWidget.canFindReferences
    GraphElementWidget.FindReferences()
    GraphElementWidget.canGoToDefinition
    GraphElementWidget.GoToDefinition()
    GraphElementWidget.ExpandScreenshotGroup(HashSet<IWidget>)
    Widget.reference
    Widget.selection
    Widget.window
    Widget.mousePosition
    Widget.updateCallbacks
    Widget.onGuiCallbacks
    Widget.whenUpdating
    Widget.whenOnGUI
    Widget.GetDescriptor()
    Widget.disposed
    Widget.e
    Widget.model
    Widget.descriptor
    Widget.accessor
    Widget.editor
    Widget.CacheModel()
    Widget.CacheEditor()
    Widget.ConfigureEditor(Editor)
    Widget.OnGraphElementsChanged()
    Widget.RegisterControl()
    Widget.HandleRelease()
    Widget.Update()
    Widget.isPositionValid
    Widget.positionDependencies
    Widget.CompareZ(IWidget)
    Widget.Reposition()
    Widget.CachePositionFirstPass()
    Widget.BringToFront()
    Widget.SendToBack()
    Widget.canClip
    Widget.OnViewportChange()
    Widget.isVisible
    Widget.hotArea
    Widget.Contains(Vector2)
    Widget.Overlaps(Rect)
    Widget.isMouseThrough
    Widget.isMouseOver
    Widget.HandleContext()
    Widget.debug
    Widget.foregroundRequiresInput
    Widget.backgroundRequiresInput
    Widget.overlayRequiresInput
    Widget.DrawBackground()
    Widget.BeginDim()
    Widget.EndDim()
    Widget.dimAlphaTarget
    Widget.isDimmed
    Widget.isFullyDimmed
    Widget.UpdateDim()
    Namespace: Ludiq.Bolt
    Syntax
    [Obsolete("Use the new class graphs to nest graphs instead.")]
    public sealed class LegacyFlowStateWidget : NesterStateWidget<LegacyFlowState>, INodeWidget, IStateWidget, IGraphElementWidget, IWidget, IDisposable, IDragAndDropHandler

    Constructors

    LegacyFlowStateWidget(StateGraphContext, LegacyFlowState)

    Declaration
    public LegacyFlowStateWidget(StateGraphContext context, LegacyFlowState state)
    Parameters
    Type Name Description
    StateGraphContext context
    LegacyFlowState state

    Properties

    dragAndDropVisualMode

    Declaration
    public DragAndDropVisualMode dragAndDropVisualMode { get; }
    Property Value
    Type Description
    DragAndDropVisualMode
    Implements
    IDragAndDropHandler.dragAndDropVisualMode

    Methods

    AcceptsDragAndDrop()

    Declaration
    public bool AcceptsDragAndDrop()
    Returns
    Type Description
    Boolean
    Implements
    IDragAndDropHandler.AcceptsDragAndDrop()

    DrawDragAndDropPreview()

    Declaration
    public void DrawDragAndDropPreview()
    Implements
    IDragAndDropHandler.DrawDragAndDropPreview()

    ExitDragAndDrop()

    Declaration
    public void ExitDragAndDrop()
    Implements
    IDragAndDropHandler.ExitDragAndDrop()

    PerformDragAndDrop()

    Declaration
    public void PerformDragAndDrop()
    Implements
    IDragAndDropHandler.PerformDragAndDrop()

    UpdateDragAndDrop()

    Declaration
    public void UpdateDragAndDrop()
    Implements
    IDragAndDropHandler.UpdateDragAndDrop()

    Extension Methods

    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    LiteralUtility.ToLiteralString(Object)
    LiteralUtility.ToLiteralStringOrDefault(Object)
    LiteralUtility.TryToLiteralString(Object, out String)
    XFilterProvider.Filter(Object)
    XFilterProvider.Filter<TFilter>(Object)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone(Object, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.CloneViaSerializationPolicy(Object)
    Cloning.CloneViaSerializationPolicy(Object, out Dictionary<Object, Object>)
    Cloning.CloneViaSerializationPolicy<T>(T)
    Cloning.CloneViaSerializationPolicy<T>(T, out Dictionary<Object, Object>)
    Cloning.CloneInto(Object, ref Object, ICloner, Boolean)
    Cloning.CloneInto(Object, ref Object, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.CloneInto<T>(T, ref Object, ICloner, Boolean)
    Cloning.CloneInto<T>(T, ref Object, ICloner, Boolean, out Dictionary<Object, Object>)
    Cloning.CloneIntoViaSerializationPolicy(Object, ref Object)
    Cloning.CloneIntoViaSerializationPolicy(Object, ref Object, out Dictionary<Object, Object>)
    Cloning.CloneIntoViaSerializationPolicy<T>(T, ref Object)
    Cloning.CloneIntoViaSerializationPolicy<T>(T, ref Object, out Dictionary<Object, Object>)
    Cloning.CloneValueType(Object)
    ConversionUtility.ConvertTo<TSource>(TSource, Type)
    ConversionUtility.IsLateConvertibleTo(Object, Type, Boolean)
    ConversionUtility.IsLateConvertibleTo<T>(Object, Boolean)
    ConversionUtility.LateConvertTo(Object, Type)
    ConversionUtility.LateConvertTo<T>(Object)
    ConversionUtility.TryLateConvertTo(Object, Type, out Object, Boolean)
    ConversionUtility.TryLateConvertTo<T>(Object, out T, Boolean)
    TypeUtility.ToShortString(Object, Int32)
    TypeUtility.CastTo<T>(Object)
    Serialization.FullSerialize(Object, Boolean)
    Serialization.OdinSerialize<T>(T, DataFormat)
    Serialization.OdinSerialize<T>(T, ref OdinSerializer.SerializationData, DataFormat)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.UnityNullCoalesce(Object, Object)
    UnityObjectUtility.ToSafeString(Object)
    BoltGenerationUtility.GenerateLiteral(Object, IGeneration)
    XGeneratorProvider.Generator(Object, IGeneration)
    XGeneratorProvider.Generator<TGenerator>(Object, IGeneration)
    XGeneratorProvider.HasGenerator(Object, IGeneration)
    XGeneratorProvider.HasGenerator<TGenerator>(Object, IGeneration)
    XGeneratorProvider.TryGetGenerator(Object, out IGenerator, IGeneration)
    XGeneratorProvider.TryGetGenerator<TGenerator>(Object, IGeneration, out TGenerator)
    XWidget.ImmediatelyCachePosition(IWidget)
    HybridConversionUtility.ConvertTo(Object, HybridType, HybridType)
    HybridConversionUtility.IsLateConvertibleTo(Object, HybridType, Boolean)
    HybridConversionUtility.LateConvertTo(Object, HybridType)
    HybridConversionUtility.TryLateConvertTo(Object, HybridType, out Object, Boolean)
    HybridTypeUtility.GetHybridType(Object)
    IsUtility.Is<TO, TC>(TO, out TC)
    PrivateReflectionUsingDynamicExtensions.AsDynamic(Object)
    JsonWriter.ToJson(Object)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX