C# 클래스 DeepSpace.Components.Appear.BaseAppearAnimationComponent

상속: Component
파일 보기 프로젝트 열기: WaveEngine/QuickStarters

Private Properties

프로퍼티 타입 설명
OwnerEntityInitialized void

보호된 메소드들

메소드 설명
BaseAppearAnimationComponent ( string name ) : System
DefaultValues ( ) : void
DeleteDependencies ( ) : void
Initialize ( ) : void

비공개 메소드들

메소드 설명
OwnerEntityInitialized ( object sender, EventArgs e ) : void

메소드 상세

BaseAppearAnimationComponent() 보호된 메소드

protected BaseAppearAnimationComponent ( string name ) : System
name string
리턴 System

DefaultValues() 보호된 메소드

protected DefaultValues ( ) : void
리턴 void

DeleteDependencies() 보호된 메소드

protected DeleteDependencies ( ) : void
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void