Sparrow.Samples.Android.Bunny.Bunny C# (CSharp) Method

Bunny() public method

public Bunny ( Texture texture ) : System
texture Sparrow.Textures.Texture
return System
        public Bunny(Texture texture) : base(texture)
        {
        }
    }
Bunny