Class GraphableTransitionViewObjectPort
Inheritance
System.Object
GraphableTransitionViewObjectPort
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
[Serializable]
public class GraphableTransitionViewObjectPort
Constructors
GraphableTransitionViewObjectPort(GraphableTransitionViewObjectPortData, Dictionary<String, Node>)
Declaration
public GraphableTransitionViewObjectPort(GraphableTransitionViewObjectPortData data, Dictionary<string, Node> nodes)
Parameters
Type | Name | Description |
---|---|---|
GraphableTransitionViewObjectPortData | data | |
System.Collections.Generic.Dictionary<System.String, Node> | nodes |
Fields
edges
Declaration
public List<TransitionViewObjectEdge> edges
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<TransitionViewObjectEdge> |
transitionViewObjectGuid
Declaration
public string transitionViewObjectGuid
Field Value
Type | Description |
---|---|
System.String |
Methods
Activate(String, Object)
Declaration
public void Activate(string triggerGuid, object invoker)
Parameters
Type | Name | Description |
---|---|---|
System.String | triggerGuid | |
System.Object | invoker |