Class TransitionEdge
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public abstract class TransitionEdge : Edge
Constructors
TransitionEdge(TransitionEdgeData, Dictionary<String, Node>)
Declaration
public TransitionEdge(TransitionEdgeData data, Dictionary<string, Node> nodes)
Parameters
Type | Name | Description |
---|---|---|
TransitionEdgeData | data | |
System.Collections.Generic.Dictionary<System.String, Node> | nodes |
Properties
Animated
Declaration
public bool Animated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Interactive
Declaration
public bool Interactive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
TransitionIdentifier
Declaration
public ViewControllerTransitionIdentifier TransitionIdentifier { get; }
Property Value
Type | Description |
---|---|
ViewControllerTransitionIdentifier |
UserIdentifier
Declaration
public string UserIdentifier { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Invoke(Object)
Declaration
public override void Invoke(object invoker)
Parameters
Type | Name | Description |
---|---|---|
System.Object | invoker |