コード例 #1
0
ファイル: GomezHost.cs プロジェクト: tanis2000/FEZ
 protected override void LoadContent()
 {
   this.playerMesh.Effect = (BaseEffect) (this.effect = new GomezEffect());
 }
コード例 #2
0
ファイル: SlaveGomezHost.cs プロジェクト: Gyoo/FEZMod
 protected override void LoadContent()
 {
     playerMesh.Effect = effect = new GomezEffect();
     StarsTexture = ServiceHelper.Get<IContentManagerProvider>().Global.Load<Texture2D>("Other Textures/black_hole/Stars");
 }