Class: Raylib::GuiStyleProp

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/raygui_main.rb

Overview

NOTE: Used when exporting style as code for convenience

Instance Method Summary collapse

Instance Method Details

#controlIdObject



449
# File 'lib/raygui_main.rb', line 449

def controlId = self[:controlId]

#controlId=(v) ⇒ Object



450
# File 'lib/raygui_main.rb', line 450

def controlId=(v) self[:controlId] = v end

#propertyIdObject



451
# File 'lib/raygui_main.rb', line 451

def propertyId = self[:propertyId]

#propertyId=(v) ⇒ Object



452
# File 'lib/raygui_main.rb', line 452

def propertyId=(v) self[:propertyId] = v end

#propertyValueObject



453
# File 'lib/raygui_main.rb', line 453

def propertyValue = self[:propertyValue]

#propertyValue=(v) ⇒ Object



454
# File 'lib/raygui_main.rb', line 454

def propertyValue=(v) self[:propertyValue] = v end