Class: Quake::Mdl::FrameGroup

Inherits:
Data
  • Object
show all
Defined in:
lib/quake/mdl/types.rb

Overview

Frame group (multiple sub-frames with timing)

Instance Attribute Summary collapse

Instance Attribute Details

#framesObject (readonly)

Returns the value of attribute frames

Returns:

  • (Object)

    the current value of frames



12
13
14
# File 'lib/quake/mdl/types.rb', line 12

def frames
  @frames
end

#intervalsObject (readonly)

Returns the value of attribute intervals

Returns:

  • (Object)

    the current value of intervals



12
13
14
# File 'lib/quake/mdl/types.rb', line 12

def intervals
  @intervals
end