프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
||
PostInitialise ( ) : void | ||
SetSunParameter ( string param, double value ) : void | ||
SunToClient ( IClientAPI client ) : void | ||
SunUpdate ( ) : void |
메소드 | 설명 | |
---|---|---|
AvatarEnteringParcel ( |
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 |
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 |
public HandleSunConsoleCommand ( string module, string cmdparams ) : void | ||
module | string | |
cmdparams | string | |
리턴 | void |
public Initialise ( |
||
scene | ||
config | IConfigSource | |
리턴 | void |
public SetSunParameter ( string param, double value ) : void | ||
param | string | |
value | double | |
리턴 | void |