C# 클래스 World.Atlas.SimpleAtmosphere

상속: IAtmosphere
파일 보기 프로젝트 열기: GoodAI/BrainSimulator 1 사용 예제들

공개 메소드들

메소드 설명
RegisterHeatSource ( IHeatSource heatSource ) : void
SimpleAtmosphere ( IAtlas atlas ) : System.Collections.Generic
Temperature ( Vector2 position ) : float
UnregisterHeatSource ( IHeatSource heatSource ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
InnerTemperature ( Vector2 position ) : float

메소드 상세

RegisterHeatSource() 공개 메소드

public RegisterHeatSource ( IHeatSource heatSource ) : void
heatSource IHeatSource
리턴 void

SimpleAtmosphere() 공개 메소드

public SimpleAtmosphere ( IAtlas atlas ) : System.Collections.Generic
atlas IAtlas
리턴 System.Collections.Generic

Temperature() 공개 메소드

public Temperature ( Vector2 position ) : float
position Vector2
리턴 float

UnregisterHeatSource() 공개 메소드

public UnregisterHeatSource ( IHeatSource heatSource ) : void
heatSource IHeatSource
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void