コード例 #1
0
 internal override void Dispose()
 {
     this.animator.Dispose();
     this.animator = null;
     this.audioSource.Dispose();
     this.audioSource = null;
     this.material.Dispose();
     this.material = null;
     base.Dispose();
 }
コード例 #2
0
 public EntityGraphic()
 {
     this.animator    = new AnimatorProxy();
     this.audioSource = new AudioSourceProxy();
     this.material    = new GraphicMaterial();
 }