C# Class ShowSimpleUIEffect, CapsUnity

Inheritance: UIEffectPlayer
Afficher le fichier Open project: kofight/CapsUnity

Méthodes publiques

Свойство Type Description
IdleAnim UnityEngine.AnimationClip
bReverseYWhenHide bool
bTweenAlpha bool
bTweenPos bool
bTweenScale bool
backwardPositionAnimationCurve UnityEngine.AnimationCurve
backwardScaleAnimationCurve UnityEngine.AnimationCurve
duration float
endAlpah float
endScale Vector3
forwardPositionAnimationCurve UnityEngine.AnimationCurve
forwardScaleAnimationCurve UnityEngine.AnimationCurve
from Vector2
mTweenAlpha TweenAlpha,
mTweenList List
mTweenPos TweenPosition,
mTweenScale TweenScale,
startAlpah float
startScale Vector3
to Vector2

Méthodes publiques

Méthode Description
AddEffectTo ( GameObject gameObject ) : void
CreateEffect ( ) : void
IsPlaying ( ) : bool

Méthodes protégées

Méthode Description
DoHideEffect ( ) : void
DoIdleEffect ( ) : void
DoShowEffect ( ) : void

Method Details

AddEffectTo() public méthode

public AddEffectTo ( GameObject gameObject ) : void
gameObject GameObject
Résultat void

CreateEffect() public méthode

public CreateEffect ( ) : void
Résultat void

DoHideEffect() protected méthode

protected DoHideEffect ( ) : void
Résultat void

DoIdleEffect() protected méthode

protected DoIdleEffect ( ) : void
Résultat void

DoShowEffect() protected méthode

protected DoShowEffect ( ) : void
Résultat void

IsPlaying() public méthode

public IsPlaying ( ) : bool
Résultat bool

Property Details

IdleAnim public_oe property

public AnimationClip,UnityEngine IdleAnim
Résultat UnityEngine.AnimationClip

bReverseYWhenHide public_oe property

public bool bReverseYWhenHide
Résultat bool

bTweenAlpha public_oe property

public bool bTweenAlpha
Résultat bool

bTweenPos public_oe property

public bool bTweenPos
Résultat bool

bTweenScale public_oe property

public bool bTweenScale
Résultat bool

backwardPositionAnimationCurve public_oe property

public AnimationCurve,UnityEngine backwardPositionAnimationCurve
Résultat UnityEngine.AnimationCurve

backwardScaleAnimationCurve public_oe property

public AnimationCurve,UnityEngine backwardScaleAnimationCurve
Résultat UnityEngine.AnimationCurve

duration public_oe property

public float duration
Résultat float

endAlpah public_oe property

public float endAlpah
Résultat float

endScale public_oe property

public Vector3 endScale
Résultat Vector3

forwardPositionAnimationCurve public_oe property

public AnimationCurve,UnityEngine forwardPositionAnimationCurve
Résultat UnityEngine.AnimationCurve

forwardScaleAnimationCurve public_oe property

public AnimationCurve,UnityEngine forwardScaleAnimationCurve
Résultat UnityEngine.AnimationCurve

from public_oe property

public Vector2 from
Résultat Vector2

mTweenAlpha public_oe property

public TweenAlpha, mTweenAlpha
Résultat TweenAlpha,

mTweenList public_oe property

public List mTweenList
Résultat List

mTweenPos public_oe property

public TweenPosition, mTweenPos
Résultat TweenPosition,

mTweenScale public_oe property

public TweenScale, mTweenScale
Résultat TweenScale,

startAlpah public_oe property

public float startAlpah
Résultat float

startScale public_oe property

public Vector3 startScale
Résultat Vector3

to public_oe property

public Vector2 to
Résultat Vector2