Method: Api::ObservationFeatureLayer.decode
- Defined in:
- lib/sc2ai/protocol/spatial_pb.rb
.decode(buff) ⇒ Object
7 8 9 |
# File 'lib/sc2ai/protocol/spatial_pb.rb', line 7 def self.decode(buff) allocate.decode_from(buff.b, 0, buff.bytesize) end |