osg.GraphicsContext.ResizedCallback¶
- class osg.GraphicsContext.ResizedCallback¶
- Represents
c++ class
- Wraps
osg::GraphicsContext::ResizedCallback
- Bases
Constructors:
- osg.GraphicsContext.ResizedCallback(luafunction__ f)¶
-
- Параметры
f (
luafunction
) –
Methods:
- :resizedImplementation(osg.GraphicsContext gc, int x, int y, int width, int height)¶
-
- Параметры
gc (
osg.GraphicsContext
) –x (
int
) –y (
int
) –width (
int
) –height (
int
) –