Class: FMOD::System::Plugin
- Inherits:
-
Struct
- Object
- Struct
- FMOD::System::Plugin
- Defined in:
- lib/fmod/system.rb
Overview
Defines the information to display for the selected plugin.
Instance Attribute Summary collapse
-
#handle ⇒ Integer
The plugin handle.
-
#name ⇒ String
The name of the plugin.
-
#type ⇒ Integer
The type of the plugin.
-
#version ⇒ Integer
The version number set by the plugin.
Instance Attribute Details
#handle ⇒ Integer
The plugin handle.
61 62 63 |
# File 'lib/fmod/system.rb', line 61 def handle @handle end |
#name ⇒ String
The name of the plugin.
61 62 63 |
# File 'lib/fmod/system.rb', line 61 def name @name end |
#type ⇒ Integer
The type of the plugin.
61 62 63 |
# File 'lib/fmod/system.rb', line 61 def type @type end |
#version ⇒ Integer
The version number set by the plugin.
61 62 63 |
# File 'lib/fmod/system.rb', line 61 def version @version end |