Class: FMOD::System::Plugin

Inherits:
Struct
  • Object
show all
Defined in:
lib/fmod/system.rb

Overview

Defines the information to display for the selected plugin.

Instance Attribute Summary collapse

Instance Attribute Details

#handleInteger

The plugin handle.



61
62
63
# File 'lib/fmod/system.rb', line 61

def handle
  @handle
end

#nameString

The name of the plugin.



61
62
63
# File 'lib/fmod/system.rb', line 61

def name
  @name
end

#typeInteger

The type of the plugin.



61
62
63
# File 'lib/fmod/system.rb', line 61

def type
  @type
end

#versionInteger

The version number set by the plugin.



61
62
63
# File 'lib/fmod/system.rb', line 61

def version
  @version
end