Drought.World.Sun.Sun C# (CSharp) Method

Sun() public method

public Sun ( Vector3 position ) : System
position Vector3
return System
        public Sun(Vector3 position)
        {
            this.position = position;

            power   = 1;
            step    = 80;
            oldTime = 0;

            enabled = true;
        }