Show / Hide Table of Contents

Class GraphableTransitionViewObjectTrigger

A GraphableTransitionViewComponent<T> defines one or more GraphableTransitionViewObjectTrigger objects to expose them to the graph editor. The trigger's Pelican7.UIGraph.GraphableTransitionViewObjectTrigger.displayName will be displayed in the editor.

Inheritance
System.Object
GraphableTransitionViewObjectTrigger
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 GraphableTransitionViewObjectTrigger

Constructors

GraphableTransitionViewObjectTrigger(String)

Declaration
public GraphableTransitionViewObjectTrigger(string displayName)
Parameters
Type Name Description
System.String displayName

Properties

DisplayName

Declaration
public string DisplayName { get; }
Property Value
Type Description
System.String

Guid

Declaration
public string Guid { get; }
Property Value
Type Description
System.String
Back to top © 2019 Pelican 7 LTD. All rights reserved.