Class: Raylib::PhysicsVertexData

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

Instance Method Summary collapse

Instance Method Details

#normalsObject



65
# File 'lib/physac.rb', line 65

def normals = self[:normals]

#normals=(v) ⇒ Object



66
# File 'lib/physac.rb', line 66

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

#positionsObject



63
# File 'lib/physac.rb', line 63

def positions = self[:positions]

#positions=(v) ⇒ Object



64
# File 'lib/physac.rb', line 64

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

#vertexCountObject



61
# File 'lib/physac.rb', line 61

def vertexCount = self[:vertexCount]

#vertexCount=(v) ⇒ Object



62
# File 'lib/physac.rb', line 62

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