Uses of Class
rope.gui.button.R_Knob
Packages that use R_Knob
-
Uses of R_Knob in rope.gui.button
Methods in rope.gui.button that return R_KnobModifier and TypeMethodDescriptionR_Knob.limit
(boolean open_knob) Deprecated.instead use use_limit(boolean is)R_Knob.set_dist_guide
(float dist) GUIDER_Knob.set_dist_mol
(float dist) R_Knob.set_drag
(int direction) R_Knob.set_drag_force
(float force) R_Knob.set_fill_mol
(int c) ASPECT MOLETTE and GUIDER_Knob.set_fill_mol
(int c_in, int c_out) R_Knob.set_fov
(float min, float max) Function to set the opening angle of your knob, by default the angle if from 0 to 2PI (TAU)R_Knob.set_limit
(float angle_a, float angle_b) Deprecated.instead used set_fov()R_Knob.set_offset
(float offset_angle) Work with set_fov()R_Knob.set_range
(float angle_a, float angle_b) Deprecated.instead used set_fov()R_Knob.set_size_guide
(float size) R_Knob.set_size_guide
(float w, float h) R_Knob.set_size_limit
(float min, float max) R_Knob.set_size_mol
(float size) R_Knob.set_size_mol
(float w, float h) R_Knob.set_size_mol
(vec2 size) R_Knob.set_stroke_mol
(int c) R_Knob.set_stroke_mol
(int c_in, int c_out) R_Knob.set_thickness_mol
(float thickness) R_Knob.set_type_mol
(int molette_type) R_Knob.set_value
(float pos_norm) R_Knob.set_value
(float... pos_norm) R_Knob.size
(float size) overwrite the Parent method, to set the guideR_Knob.use_limit
(boolean use_limit_is)