osg.Operation¶
- class osg.Operation¶
- Represents
c++ class
- Wraps
osg::Operation
- Bases
Constructors:
- osg.Operation(luafunction__ f)¶
-
- Параметры
f (
luafunction
) –
- osg.Operation(luafunction__ f, std.string name)
-
- Параметры
f (
luafunction
) –name (
std.string
) –
- osg.Operation(luafunction__ f, std.string name, bool keep)
-
- Параметры
f (
luafunction
) –name (
std.string
) –keep (
bool
) –
Methods:
- :setName(std.string name)¶
-
- Параметры
name (
std.string
) –
- :getName()¶
-
- Тип результата
- :setKeep(bool keep)¶
-
- Параметры
keep (
bool
) –
- :getKeep()¶
-
- Тип результата
bool
- :release()¶