GetRuntimeReader() static private method

static private GetRuntimeReader ( Type type, TargetPlatform targetPlatform ) : string
type System.Type
targetPlatform TargetPlatform
return string
Example #1
0
 public override string GetRuntimeReader(TargetPlatform targetPlatform)
 {
     return(AssemblyHelper.GetRuntimeReader(typeof(SkinnedModelBasicEffectReader), targetPlatform));
 }
 public override string  GetRuntimeReader(Microsoft.Xna.Framework.Content.Pipeline.TargetPlatform targetPlatform)
 {
     return(AssemblyHelper.GetRuntimeReader(typeof(AnimationClipReader), targetPlatform));
 }