C# 클래스 SuperSquid.Entities.Behaviors.SquidBehavior

상속: Behavior, IDisposable
파일 보기 프로젝트 열기: WaveEngine/QuickStarters 1 사용 예제들

공개 메소드들

메소드 설명
Appear ( ) : void

Play the appear animation

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

보호된 메소드들

메소드 설명
DefaultValues ( ) : void
Initialize ( ) : void

Performs further custom initialization for this instance.

By default this method does nothing.

ResolveDependencies ( ) : void
Update ( System.TimeSpan gameTime ) : void

Allows this instance to execute custom logic during its Update.

This method will not be executed if the T:WaveEngine.Framework.Component, or the T:WaveEngine.Framework.Entity owning it are not Active.

비공개 메소드들

메소드 설명
StopBubbles ( ) : void

메소드 상세

Appear() 공개 메소드

Play the appear animation
public Appear ( ) : void
리턴 void

DefaultValues() 보호된 메소드

protected DefaultValues ( ) : void
리턴 void

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Initialize() 보호된 메소드

Performs further custom initialization for this instance.
By default this method does nothing.
protected Initialize ( ) : void
리턴 void

ResolveDependencies() 보호된 메소드

protected ResolveDependencies ( ) : void
리턴 void

Update() 보호된 메소드

Allows this instance to execute custom logic during its Update.
This method will not be executed if the T:WaveEngine.Framework.Component, or the T:WaveEngine.Framework.Entity owning it are not Active.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
리턴 void