ATFLevelReader

Warning

This documentation is for an implementation of a service. This class is not meant to be used directly; instead use the ILevelReader service via dependency injection to access this functionality.

Information documented here may not be up to date.

class ATFLevelReader : System.Object, ILevelReader

The level reader for levels saved from an ATF level editor.

public System.Collections.Generic.IEnumerable<IEntity> Read(System.IO.Stream stream, System.Object context, System.Func<IPlan, Object, Boolean> filter)
Parameters:
  • stream (System.IO.Stream) –
  • context (System.Object) –
  • Object, Boolean> filter (System.Func<IPlan,) –
public System.Collections.Generic.IEnumerable<IEntity> Read(System.IO.Stream stream, System.Object context)
Parameters:
  • stream (System.IO.Stream) –
  • context (System.Object) –