orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-camera
/
org.openrndr.extra.camera
/
GridHelper
Grid
Helper
class
GridHelper
(
val
size
:
Int
=
10
,
val
divisions
:
Int
=
10
)
:
Extension
(
source
)
Members
Constructors
Grid
Helper
Link copied to clipboard
constructor
(
size
:
Int
=
10
,
divisions
:
Int
=
10
)
Properties
divisions
Link copied to clipboard
val
divisions
:
Int
enabled
Link copied to clipboard
open
override
var
enabled
:
Boolean
size
Link copied to clipboard
val
size
:
Int
Functions
after
Draw
Link copied to clipboard
open
fun
afterDraw
(
drawer
:
Drawer
,
program
:
Program
)
before
Draw
Link copied to clipboard
open
override
fun
beforeDraw
(
drawer
:
Drawer
,
program
:
Program
)
draw
Link copied to clipboard
fun
draw
(
drawer
:
Drawer
)
setup
Link copied to clipboard
open
fun
setup
(
program
:
Program
)
shutdown
Link copied to clipboard
open
fun
shutdown
(
program
:
Program
)