Interface IGraphableTransitionViewObject
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public interface IGraphableTransitionViewObject : IGraphableViewObject
Properties
Triggers
Declaration
GraphableTransitionViewObjectTrigger[] Triggers { get; }
Property Value
Type | Description |
---|---|
GraphableTransitionViewObjectTrigger[] |
Methods
BindActivationListener(IGraphableTransitionViewObjectListener)
Declaration
void BindActivationListener(IGraphableTransitionViewObjectListener listener)
Parameters
Type | Name | Description |
---|---|---|
IGraphableTransitionViewObjectListener | listener |