C# Class ShowSimpleUIEffect, CapsUnity

Inheritance: UIEffectPlayer
显示文件 Open project: kofight/CapsUnity

Public Properties

Property 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

Public Methods

Method Description
AddEffectTo ( GameObject gameObject ) : void
CreateEffect ( ) : void
IsPlaying ( ) : bool

Protected Methods

Method Description
DoHideEffect ( ) : void
DoIdleEffect ( ) : void
DoShowEffect ( ) : void

Method Details

AddEffectTo() public method

public AddEffectTo ( GameObject gameObject ) : void
gameObject GameObject
return void

CreateEffect() public method

public CreateEffect ( ) : void
return void

DoHideEffect() protected method

protected DoHideEffect ( ) : void
return void

DoIdleEffect() protected method

protected DoIdleEffect ( ) : void
return void

DoShowEffect() protected method

protected DoShowEffect ( ) : void
return void

IsPlaying() public method

public IsPlaying ( ) : bool
return bool

Property Details

IdleAnim public_oe property

public AnimationClip,UnityEngine IdleAnim
return UnityEngine.AnimationClip

bReverseYWhenHide public_oe property

public bool bReverseYWhenHide
return bool

bTweenAlpha public_oe property

public bool bTweenAlpha
return bool

bTweenPos public_oe property

public bool bTweenPos
return bool

bTweenScale public_oe property

public bool bTweenScale
return bool

backwardPositionAnimationCurve public_oe property

public AnimationCurve,UnityEngine backwardPositionAnimationCurve
return UnityEngine.AnimationCurve

backwardScaleAnimationCurve public_oe property

public AnimationCurve,UnityEngine backwardScaleAnimationCurve
return UnityEngine.AnimationCurve

duration public_oe property

public float duration
return float

endAlpah public_oe property

public float endAlpah
return float

endScale public_oe property

public Vector3 endScale
return Vector3

forwardPositionAnimationCurve public_oe property

public AnimationCurve,UnityEngine forwardPositionAnimationCurve
return UnityEngine.AnimationCurve

forwardScaleAnimationCurve public_oe property

public AnimationCurve,UnityEngine forwardScaleAnimationCurve
return UnityEngine.AnimationCurve

from public_oe property

public Vector2 from
return Vector2

mTweenAlpha public_oe property

public TweenAlpha, mTweenAlpha
return TweenAlpha,

mTweenList public_oe property

public List mTweenList
return List

mTweenPos public_oe property

public TweenPosition, mTweenPos
return TweenPosition,

mTweenScale public_oe property

public TweenScale, mTweenScale
return TweenScale,

startAlpah public_oe property

public float startAlpah
return float

startScale public_oe property

public Vector3 startScale
return Vector3

to public_oe property

public Vector2 to
return Vector2