Class: Quake::Bsp::Leaf

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

Instance Attribute Summary collapse

Instance Attribute Details

#ambient_levelsObject (readonly)

Returns the value of attribute ambient_levels

Returns:

  • (Object)

    the current value of ambient_levels



11
12
13
# File 'lib/quake/bsp/types.rb', line 11

def ambient_levels
  @ambient_levels
end

#contentsObject (readonly)

Returns the value of attribute contents

Returns:

  • (Object)

    the current value of contents



11
12
13
# File 'lib/quake/bsp/types.rb', line 11

def contents
  @contents
end

#first_marksurfaceObject (readonly)

Returns the value of attribute first_marksurface

Returns:

  • (Object)

    the current value of first_marksurface



11
12
13
# File 'lib/quake/bsp/types.rb', line 11

def first_marksurface
  @first_marksurface
end

#maxsObject (readonly)

Returns the value of attribute maxs

Returns:

  • (Object)

    the current value of maxs



11
12
13
# File 'lib/quake/bsp/types.rb', line 11

def maxs
  @maxs
end

#minsObject (readonly)

Returns the value of attribute mins

Returns:

  • (Object)

    the current value of mins



11
12
13
# File 'lib/quake/bsp/types.rb', line 11

def mins
  @mins
end

#num_marksurfacesObject (readonly)

Returns the value of attribute num_marksurfaces

Returns:

  • (Object)

    the current value of num_marksurfaces



11
12
13
# File 'lib/quake/bsp/types.rb', line 11

def num_marksurfaces
  @num_marksurfaces
end

#vis_offsetObject (readonly)

Returns the value of attribute vis_offset

Returns:

  • (Object)

    the current value of vis_offset



11
12
13
# File 'lib/quake/bsp/types.rb', line 11

def vis_offset
  @vis_offset
end