osg.Scissor¶
-
class
osg.
Scissor
¶ Represents: c++ class Wraps: osg::Scissor Bases: osg.StateAttribute
Constructors:
-
osg.
Scissor
()¶
Methods:
-
:
setScissor
(int x, int y, int width, int height)¶ -
Параметры: - x (
int
) – - y (
int
) – - width (
int
) – - height (
int
) –
- x (
-
:
x
()¶ -
Тип результата: int
-
:
x
(int x) -
Параметры: x ( int
) –
-
:
y
()¶ -
Тип результата: int
-
:
y
(int y) -
Параметры: y ( int
) –
-
:
width
()¶ -
Тип результата: int
-
:
width
(int width) -
Параметры: width ( int
) –
-
:
height
()¶ -
Тип результата: int
-
:
height
(int height) -
Параметры: height ( int
) –
-