Environment Class Reference
Environment related utility functions.
|
|
tuple | AddLightToScene = staticmethod(AddLightToScene) |
| |
|
tuple | GetAmbient = staticmethod(GetAmbient) |
| |
|
tuple | GetAmbientController = staticmethod(GetAmbientController) |
| |
|
tuple | GetLightConeConstraint = staticmethod(GetLightConeConstraint) |
| |
|
tuple | GetLightLevel = staticmethod(GetLightLevel) |
| |
|
tuple | GetLightLevelController = staticmethod(GetLightLevelController) |
| |
|
tuple | GetLightTint = staticmethod(GetLightTint) |
| |
|
tuple | GetLightTintController = staticmethod(GetLightTintController) |
| |
|
tuple | GetMap = staticmethod(GetMap) |
| |
|
tuple | GetMapEnabled = staticmethod(GetMapEnabled) |
| |
|
tuple | SetAmbient = staticmethod(SetAmbient) |
| |
|
tuple | SetAmbientController = staticmethod(SetAmbientController) |
| |
|
tuple | SetLightLevel = staticmethod(SetLightLevel) |
| |
|
tuple | SetLightLevelController = staticmethod(SetLightLevelController) |
| |
|
tuple | SetLightTint = staticmethod(SetLightTint) |
| |
|
tuple | SetLightTintController = staticmethod(SetLightTintController) |
| |
|
tuple | SetMap = staticmethod(SetMap) |
| |
|
tuple | SetMapEnabled = staticmethod(SetMapEnabled) |
| |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| |
| def AddLightToScene |
( |
|
args | ) |
|
AddLightToScene(INode node)
GetAmbient(TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Forever()) -> Point3
GetAmbient(TimeValue t=Autodesk::Max::Now()) -> Point3
GetAmbient() -> Point3
| def GetAmbientController |
( |
| ) |
|
GetAmbientController() -> Control
| def GetLightConeConstraint |
( |
| ) |
|
GetLightConeConstraint() -> float
| def GetLightLevel |
( |
|
args | ) |
|
GetLightLevel(TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Forever()) -> float
GetLightLevel(TimeValue t=Autodesk::Max::Now()) -> float
GetLightLevel() -> float
| def GetLightLevelController |
( |
| ) |
|
GetLightLevelController() -> Control
GetLightTint(TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Forever()) -> Point3
GetLightTint(TimeValue t=Autodesk::Max::Now()) -> Point3
GetLightTint() -> Point3
| def GetLightTintController |
( |
| ) |
|
GetLightTintController() -> Control
SetAmbient(Point3 col, TimeValue t=Autodesk::Max::Now())
SetAmbient(Point3 col)
| def SetAmbientController |
( |
|
args | ) |
|
SetAmbientController(Control c)
| def SetLightLevel |
( |
|
args | ) |
|
SetLightLevel(float lev, TimeValue t=Autodesk::Max::Now())
SetLightLevel(float lev)
| def SetLightLevelController |
( |
|
args | ) |
|
SetLightLevelController(Control c)
SetLightTint(Point3 col, TimeValue t=Autodesk::Max::Now())
SetLightTint(Point3 col)
| def SetLightTintController |
( |
|
args | ) |
|
SetLightTintController(Control c)
| def SetMapEnabled |
( |
|
args | ) |
|
SetMapEnabled(bool onOff)