Class: RGame::Engine::AnimationSet::Anim

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgame/engine/animation_set.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_colObject

Returns the value of attribute first_col

Returns:

  • (Object)

    the current value of first_col



17
18
19
# File 'lib/rgame/engine/animation_set.rb', line 17

def first_col
  @first_col
end

#flip_xObject

Returns the value of attribute flip_x

Returns:

  • (Object)

    the current value of flip_x



17
18
19
# File 'lib/rgame/engine/animation_set.rb', line 17

def flip_x
  @flip_x
end

#frame_secsObject

Returns the value of attribute frame_secs

Returns:

  • (Object)

    the current value of frame_secs



17
18
19
# File 'lib/rgame/engine/animation_set.rb', line 17

def frame_secs
  @frame_secs
end

#framesObject

Returns the value of attribute frames

Returns:

  • (Object)

    the current value of frames



17
18
19
# File 'lib/rgame/engine/animation_set.rb', line 17

def frames
  @frames
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



17
18
19
# File 'lib/rgame/engine/animation_set.rb', line 17

def row
  @row
end