Show / Hide Table of Contents

Class ElementsControllerSequenceProviderAnimatorData

An ElementsControllerSequenceProviderAnimatorData stores a pair of objects – an ElementsControllerTransitionSequenceAnimator with a ViewControllerTransitionIdentifier GUID. This allows you to define an animator for a particular transition type. Additionally, it allows you to specify an alternative animator for when that transition is interactive.

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

Constructors

ElementsControllerSequenceProviderAnimatorData(String)

Declaration
public ElementsControllerSequenceProviderAnimatorData(string transitionGuid)
Parameters
Type Name Description
System.String transitionGuid

Fields

animator

The animator to use for the specified transitionGuid.

Declaration
public ElementsControllerTransitionSequenceAnimator animator
Field Value
Type Description
ElementsControllerTransitionSequenceAnimator

interactiveAnimator

The animator to use for the specified transitionGuid when the transition is interactive and useAlternateAnimatorForInteractiveTransition is true.

Declaration
public ElementsControllerTransitionSequenceAnimator interactiveAnimator
Field Value
Type Description
ElementsControllerTransitionSequenceAnimator

transitionGuid

The transition's GUID, as defined by its Guid.

Declaration
public string transitionGuid
Field Value
Type Description
System.String

useAlternateAnimatorForInteractiveTransition

Use an alternative animator for interactive transitions? If the transition specified by transitionGuid is interactive, interactiveAnimator will be returned instead.

Declaration
public bool useAlternateAnimatorForInteractiveTransition
Field Value
Type Description
System.Boolean

Methods

AnimatorForContext(ElementsControllerTransitionContext)

Declaration
public ElementsControllerTransitionSequenceAnimator AnimatorForContext(ElementsControllerTransitionContext context)
Parameters
Type Name Description
ElementsControllerTransitionContext context
Returns
Type Description
ElementsControllerTransitionSequenceAnimator
Back to top © 2019 Pelican 7 LTD. All rights reserved.