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



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

def controlId = self[:controlId]

#controlId=(v) ⇒ Object



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

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

#propertyIdObject



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

def propertyId = self[:propertyId]

#propertyId=(v) ⇒ Object



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

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

#propertyValueObject



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

def propertyValue = self[:propertyValue]

#propertyValue=(v) ⇒ Object



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

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