C# 클래스 CapBlock, CapsUnity

파일 보기 프로젝트 열기: kofight/CapsUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CollectIndex int
CurState BlockState,
DropingBlockCount int
DropingStartTime float
EatAnimationName string
EatAudio AudioEnum
EatDelay float
EatDuration float
EatEffectName string
EatEffectPlayed bool
EatProgressAdded bool
EatingBlockCount int
color TBlockColor
droppingFrom Position,
m_addColorSprite UISprite,
m_addColorTweenAlpha TweenAlpha,
m_animation Animation
m_blockSprite UISprite,
m_blockTransform Transform
m_dropDownStartTime float
m_eatStartTime float
m_resortEffectStartTime long
m_shadowSprite UISprite,
m_tweenAlpha TweenAlpha,
m_tweenPosition TweenPosition,
m_tweenScale TweenScale,
special TSpecialBlock
x_move int
y_move int

공개 메소드들

메소드 설명
AddColorFadeIn ( ) : void
AddColorFadeOut ( ) : void
AlphaFadeIn ( ) : void
AlphaFadeOut ( ) : void
CapBlock ( ) : UnityEngine
Eat ( float delay ) : void
EndAddColorPingPong ( ) : void
IsDropDownAble ( ) : bool
IsDroping ( ) : bool
IsEating ( ) : bool
RefreshBlockSprite ( int flag ) : void
Reset ( ) : void
ResetAlphaAndAddColor ( ) : void
SelectAble ( ) : bool
StartAddColorPingPhong ( ) : void

메소드 상세

AddColorFadeIn() 공개 메소드

public AddColorFadeIn ( ) : void
리턴 void

AddColorFadeOut() 공개 메소드

public AddColorFadeOut ( ) : void
리턴 void

AlphaFadeIn() 공개 메소드

public AlphaFadeIn ( ) : void
리턴 void

AlphaFadeOut() 공개 메소드

public AlphaFadeOut ( ) : void
리턴 void

CapBlock() 공개 메소드

public CapBlock ( ) : UnityEngine
리턴 UnityEngine

Eat() 공개 메소드

public Eat ( float delay ) : void
delay float
리턴 void

EndAddColorPingPong() 공개 메소드

public EndAddColorPingPong ( ) : void
리턴 void

IsDropDownAble() 공개 메소드

public IsDropDownAble ( ) : bool
리턴 bool

IsDroping() 공개 메소드

public IsDroping ( ) : bool
리턴 bool

IsEating() 공개 메소드

public IsEating ( ) : bool
리턴 bool

RefreshBlockSprite() 공개 메소드

public RefreshBlockSprite ( int flag ) : void
flag int
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ResetAlphaAndAddColor() 공개 메소드

public ResetAlphaAndAddColor ( ) : void
리턴 void

SelectAble() 공개 메소드

public SelectAble ( ) : bool
리턴 bool

StartAddColorPingPhong() 공개 메소드

public StartAddColorPingPhong ( ) : void
리턴 void

프로퍼티 상세

CollectIndex 공개적으로 프로퍼티

public int CollectIndex
리턴 int

CurState 공개적으로 프로퍼티

public BlockState, CurState
리턴 BlockState,

DropingBlockCount 공개적으로 정적으로 프로퍼티

public static int DropingBlockCount
리턴 int

DropingStartTime 공개적으로 프로퍼티

public float DropingStartTime
리턴 float

EatAnimationName 공개적으로 프로퍼티

public string EatAnimationName
리턴 string

EatAudio 공개적으로 프로퍼티

public AudioEnum EatAudio
리턴 AudioEnum

EatDelay 공개적으로 프로퍼티

public float EatDelay
리턴 float

EatDuration 공개적으로 프로퍼티

public float EatDuration
리턴 float

EatEffectName 공개적으로 프로퍼티

public string EatEffectName
리턴 string

EatEffectPlayed 공개적으로 프로퍼티

public bool EatEffectPlayed
리턴 bool

EatProgressAdded 공개적으로 프로퍼티

public bool EatProgressAdded
리턴 bool

EatingBlockCount 공개적으로 정적으로 프로퍼티

public static int EatingBlockCount
리턴 int

color 공개적으로 프로퍼티

public TBlockColor color
리턴 TBlockColor

droppingFrom 공개적으로 프로퍼티

public Position, droppingFrom
리턴 Position,

m_addColorSprite 공개적으로 프로퍼티

public UISprite, m_addColorSprite
리턴 UISprite,

m_addColorTweenAlpha 공개적으로 프로퍼티

public TweenAlpha, m_addColorTweenAlpha
리턴 TweenAlpha,

m_animation 공개적으로 프로퍼티

public Animation m_animation
리턴 Animation

m_blockSprite 공개적으로 프로퍼티

public UISprite, m_blockSprite
리턴 UISprite,

m_blockTransform 공개적으로 프로퍼티

public Transform m_blockTransform
리턴 Transform

m_dropDownStartTime 공개적으로 프로퍼티

public float m_dropDownStartTime
리턴 float

m_eatStartTime 공개적으로 프로퍼티

public float m_eatStartTime
리턴 float

m_resortEffectStartTime 공개적으로 프로퍼티

public long m_resortEffectStartTime
리턴 long

m_shadowSprite 공개적으로 프로퍼티

public UISprite, m_shadowSprite
리턴 UISprite,

m_tweenAlpha 공개적으로 프로퍼티

public TweenAlpha, m_tweenAlpha
리턴 TweenAlpha,

m_tweenPosition 공개적으로 프로퍼티

public TweenPosition, m_tweenPosition
리턴 TweenPosition,

m_tweenScale 공개적으로 프로퍼티

public TweenScale, m_tweenScale
리턴 TweenScale,

special 공개적으로 프로퍼티

public TSpecialBlock special
리턴 TSpecialBlock

x_move 공개적으로 프로퍼티

public int x_move
리턴 int

y_move 공개적으로 프로퍼티

public int y_move
리턴 int