Свойство | Type | Description | |
---|---|---|---|
disableWhenFinished | DisableCondition | ||
ifDisabledOnPlay | EnableCondition | ||
includeChildren | bool | ||
onFinished | List |
||
playDirection | Direction | ||
resetIfDisabled | bool | ||
resetOnPlay | bool | ||
trigger | Trigger | ||
tweenGroup | int | ||
tweenTarget | GameObject |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
OnActivate ( bool isActive ) : void | ||
OnClick ( ) : void | ||
OnDoubleClick ( ) : void | ||
OnDragOut ( ) : void | ||
OnEnable ( ) : void | ||
OnFinished ( ) : void |
Callback triggered when each tween executed by this script finishes.
|
|
OnHover ( bool isOver ) : void | ||
OnPress ( bool isPressed ) : void | ||
OnSelect ( bool isSelected ) : void | ||
Play ( bool forward ) : void |
Activate the tweeners.
|
|
Start ( ) : void | ||
Update ( ) : void |
public DisableCondition disableWhenFinished | ||
Résultat | DisableCondition |
public EnableCondition ifDisabledOnPlay | ||
Résultat | EnableCondition |