internal override void Dispose() { this.animator.Dispose(); this.animator = null; this.audioSource.Dispose(); this.audioSource = null; this.material.Dispose(); this.material = null; base.Dispose(); }
public EntityGraphic() { this.animator = new AnimatorProxy(); this.audioSource = new AudioSourceProxy(); this.material = new GraphicMaterial(); }