Represents the event context passed to brush click events.
+ new script_brush_event(): script_brush_event
Returns: script_brush_event
▸ dt(): number
Returns the delta-time since the last update frame
Returns: number
▸ inner_radius(): number
Returns the current inner radius configured in the settings panel
Returns: number
▸ outer_radius(): number
Returns the current outer radius configured in the settings panel
Returns: number
▸ pos(): vector_3d
Returns world position of this click event. i.e. the world position where the user clicked, held or released a mouse button
Returns: vector_3d
▸ set_inner_radius(value
: number): any
Sets the outer radius in the settings panel for this brush
Name | Type | Description |
---|---|---|
value |
number | should be between 0-1 |
Returns: any
▸ set_outer_radius(value
: number): any
Sets the outer radius in the settings panel for this brush
Name | Type |
---|---|
value |
number |
Returns: any