Interface IGraphableTransitionViewObjectContainer
Assembly: UI Graph API Documentation Project.dll
Syntax
public interface IGraphableTransitionViewObjectContainer : IGraphable
Properties
GraphableTransitionViewObjects
Declaration
IGraphableTransitionViewObject[] GraphableTransitionViewObjects { get; }
Property Value
Methods
BindGraphableTransitionViewObjectActivationListener(IGraphableTransitionViewObjectListener)
Declaration
void BindGraphableTransitionViewObjectActivationListener(IGraphableTransitionViewObjectListener listener)
Parameters