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



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

def controlId = self[:controlId]

#controlId=(v) ⇒ Object



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

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

#propertyIdObject



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

def propertyId = self[:propertyId]

#propertyId=(v) ⇒ Object



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

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

#propertyValueObject



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

def propertyValue = self[:propertyValue]

#propertyValue=(v) ⇒ Object



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

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