Exemplo n.º 1
0
        public override string GetRuntimeType(TargetPlatform targetPlatform)
        {
            //return "FlatRedBall.Scene, FlatRedBall.dll";
#if Target360
            return("FlatRedBall.Content.Scene, FlatRedBall360");
#else
            return(typeof(FlatRedBall.Scene).AssemblyQualifiedName);
#endif
        }
Exemplo n.º 2
0
 public override string GetRuntimeReader(TargetPlatform targetPlatform)
 {
     return(typeof(FlatRedBall.Content.ShapeCollectionReader).AssemblyQualifiedName);
 }
Exemplo n.º 3
0
 public override string GetRuntimeType(TargetPlatform targetPlatform)
 {
     return(typeof(FlatRedBall.Math.Geometry.ShapeCollection).AssemblyQualifiedName);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DummyContentProcessorContext"/> class.
 /// </summary>
 /// <param name="targetPlatform">
 /// The target platform.
 /// </param>
 public DummyContentProcessorContext(MonoGamePlatform targetPlatform)
 {
     this.m_TargetPlatform = targetPlatform;
     this.m_Logger         = new PipelineBuildLogger();
 }
Exemplo n.º 5
0
 public override string GetRuntimeReader(TargetPlatform targetPlatform)
 {
     return(typeof(CsvReader).AssemblyQualifiedName);
 }
Exemplo n.º 6
0
 public override string GetRuntimeType(TargetPlatform targetPlatform)
 {
     return(typeof(FlatRedBall.IO.Csv.RuntimeCsvRepresentation).AssemblyQualifiedName);
 }