Astroids.Classes.Weapon.SetTexture C# (CSharp) 메소드

SetTexture() 공개 메소드

public SetTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : void
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 void
        public virtual void SetTexture(Texture2D texture)
        {
            this.texture = texture;
        }