hyades.entity.Skybox.Skybox C# (CSharp) Method

Skybox() public method

public Skybox ( Entity player ) : System
player Entity
return System
        public Skybox(Entity player)
        {
            this.player = player;
            this.model = Resources.skybox_model;
            this.size = new Vector3(4.5f);
            this.rotation.X = MathHelper.PiOver2;
            this.color = Color.White;
        }