C# 클래스 OpenSim.Region.CoreModules.SunModule

상속: ISunModule
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim

Private Properties

프로퍼티 타입 설명
AvatarEnteringParcel void
GenSunPos void
GetCurrentTimeAsLindenSunHour float
GetParamList string>.Dictionary
ParseCmdParams List
SunUpdateToAllClients void

공개 메소드들

메소드 설명
Close ( ) : void
EstateToolsSunUpdate ( ulong regionHandle, bool FixedSun, bool useEstateTime, float FixedSunHour ) : void

GetCurrentSunHour ( ) : float
GetSunParameter ( string param ) : double
HandleSunConsoleCommand ( string module, string cmdparams ) : void
Initialise ( Scene scene, IConfigSource config ) : void
PostInitialise ( ) : void
SetSunParameter ( string param, double value ) : void
SunToClient ( IClientAPI client ) : void
SunUpdate ( ) : void

비공개 메소드들

메소드 설명
AvatarEnteringParcel ( ScenePresence avatar, int localLandID, UUID regionID ) : void

When an avatar enters the region, it's probably a good idea to send them the current sun info

GenSunPos ( ) : void

Calculate the sun's orbital position and its velocity.

GetCurrentTimeAsLindenSunHour ( ) : float
GetParamList ( ) : string>.Dictionary
ParseCmdParams ( string args ) : List
SunUpdateToAllClients ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

EstateToolsSunUpdate() 공개 메소드

public EstateToolsSunUpdate ( ulong regionHandle, bool FixedSun, bool useEstateTime, float FixedSunHour ) : void
regionHandle ulong
FixedSun bool
useEstateTime bool Use the Region or Estate Sun hour?
FixedSunHour float What hour of the day is the Sun Fixed at?
리턴 void

GetCurrentSunHour() 공개 메소드

public GetCurrentSunHour ( ) : float
리턴 float

GetSunParameter() 공개 메소드

public GetSunParameter ( string param ) : double
param string
리턴 double

HandleSunConsoleCommand() 공개 메소드

public HandleSunConsoleCommand ( string module, string cmdparams ) : void
module string
cmdparams string
리턴 void

Initialise() 공개 메소드

public Initialise ( Scene scene, IConfigSource config ) : void
scene OpenSim.Region.Framework.Scenes.Scene
config IConfigSource
리턴 void

PostInitialise() 공개 메소드

public PostInitialise ( ) : void
리턴 void

SetSunParameter() 공개 메소드

public SetSunParameter ( string param, double value ) : void
param string
value double
리턴 void

SunToClient() 공개 메소드

public SunToClient ( IClientAPI client ) : void
client IClientAPI
리턴 void

SunUpdate() 공개 메소드

public SunUpdate ( ) : void
리턴 void