Class: RPG::Tileset

Inherits:
Object
  • Object
show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

图块的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#flagsObject

Returns the value of attribute flags.



462
463
464
# File 'lib/R3EXS/RGSS3.rb', line 462

def flags
  @flags
end

#idObject

Returns the value of attribute id.



462
463
464
# File 'lib/R3EXS/RGSS3.rb', line 462

def id
  @id
end

#modeObject

Returns the value of attribute mode.



462
463
464
# File 'lib/R3EXS/RGSS3.rb', line 462

def mode
  @mode
end

#nameObject

Returns the value of attribute name.



462
463
464
# File 'lib/R3EXS/RGSS3.rb', line 462

def name
  @name
end

#noteObject

Returns the value of attribute note.



462
463
464
# File 'lib/R3EXS/RGSS3.rb', line 462

def note
  @note
end

#tileset_namesObject

Returns the value of attribute tileset_names.



462
463
464
# File 'lib/R3EXS/RGSS3.rb', line 462

def tileset_names
  @tileset_names
end