Class CanvasControllerTransitionProgressProvider
Inheritance
System.Object
CanvasControllerTransitionProgressProvider
Implements
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
public class CanvasControllerTransitionProgressProvider : ICanvasControllerTransitionProgressProvider, IViewControllerTransitionProgressProvider<CanvasControllerTransitionContext>, IViewControllerTransitionCompletionProgressProvider
Properties
Direction
Declaration
public ViewControllerTransitionAnimationDriverDirection Direction { get; }
Property Value
Type | Description |
---|---|
ViewControllerTransitionAnimationDriverDirection |
Duration
Declaration
public float Duration { get; }
Property Value
Type | Description |
---|---|
System.Single |
ProgressCurve
Declaration
public AnimationCurve ProgressCurve { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.AnimationCurve |
Explicit Interface Implementations
IViewControllerTransitionProgressProvider<CanvasControllerTransitionContext>.CancelProgressUpdatesToDrivable(IViewControllerTransitionDrivable<CanvasControllerTransitionContext>)
Declaration
void IViewControllerTransitionProgressProvider<CanvasControllerTransitionContext>.CancelProgressUpdatesToDrivable(IViewControllerTransitionDrivable<CanvasControllerTransitionContext> drivable)
Parameters
Type | Name | Description |
---|---|---|
IViewControllerTransitionDrivable<CanvasControllerTransitionContext> | drivable |
IViewControllerTransitionProgressProvider<CanvasControllerTransitionContext>.ProvideProgressToDrivable(IViewControllerTransitionDrivable<CanvasControllerTransitionContext>)
Declaration
void IViewControllerTransitionProgressProvider<CanvasControllerTransitionContext>.ProvideProgressToDrivable(IViewControllerTransitionDrivable<CanvasControllerTransitionContext> drivable)
Parameters
Type | Name | Description |
---|---|---|
IViewControllerTransitionDrivable<CanvasControllerTransitionContext> | drivable |