Class AnimationLazyListenerMixinAnimation<T>
Inherited Members
Namespace: Unity.UIWidgets.animation
Syntax
public abstract class AnimationLazyListenerMixinAnimation<T> : Animation<T>, ValueListenable<T>, Listenable
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
isListening
Declaration
public bool isListening { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
didRegisterListener()
Declaration
protected void didRegisterListener()
didStartListening()
Declaration
protected abstract void didStartListening()
didStopListening()
Declaration
protected abstract void didStopListening()
didUnregisterListener()
Declaration
protected void didUnregisterListener()