|
class vobject | WriteBool (bool value) |
|
proto native IEntitySource | ToEntitySource () |
|
proto native void | WriteInt (int value) |
|
proto native void | WriteFloat (float value) |
|
proto native void | WriteString (string value) |
|
proto native void | WriteVector (vector value) |
|
proto native void | WriteMatrixAsQuaternionVector (vector mat[4]) |
|
proto native void | WriteIntAsByte (int value) |
|
proto native void | WriteIntAsUByte (int value) |
|
proto native void | WriteIntAsHalf (int value) |
|
proto native void | WriteIntAsUHalf (int value) |
|
proto native void | WriteFloatAsByte (float value, float min, float max) |
|
proto native void | WriteFloatAsHalf (float value, float min, float max) |
|
proto native void | MakeScreenshot (string name) |
|
proto native int | GetFPS () |
|
|
proto native int | LoadSkyPresets (string presetsFile) |
|
proto native int | InitSky (string presetName) |
|
proto native int | SetSkyPreset (string presetName, float stormy, float dayTime) |
|
proto native int | LerpSkyPreset (string presetName1, string presetName2, float dayTime, float stormy1, float stormy2, float lerpVal) |
|
proto native int | LerpSkyPreset3 (string presetName1, string presetName2, string presetName3, float dayTime, float stormy1, float stormy2, float stormy3, float w1, float w2, float w3) |
|
proto native void | SetSkyUserPlanets (bool enabled) |
|
proto native bool | SetSkyPlanet (int index, float azimuthDeg, float zenithDeg) |
|
proto native bool | SetSkyPlanetSize (int index, float angleDeg) |
|
proto native void | SetStarsObserverTime (int year, int month, int day, int hour, int minute, float sec, int offsetSec) |
|
proto native void | SetStarsObserverPosition (float latitudeDeg, float longitudeDeg) |
|
proto native void | SetRealStarAutoUpdate (bool update) |
|
proto native void | SetNightLayerRotMatrix (vector mat[3]) |
|
proto native void | SetStarsRotMatrix (vector mat[3]) |
|