class Gltf::Chunk

Public Instance Methods

snapshot() click to toggle source
# File lib/gltf/chunk.rb, line 13
def snapshot
  { type: type, length: len }
end
type() click to toggle source
# File lib/gltf/chunk.rb, line 9
def type
  chunk_type.strip
end