Radegast.Rendering.SceneWindow.SetWaterPlanes C# (CSharp) Méthode

SetWaterPlanes() private méthode

private SetWaterPlanes ( ) : void
Résultat void
        void SetWaterPlanes()
        {
            AboveWaterPlane = Math3D.AbovePlane(Client.Network.CurrentSim.WaterHeight);
            BelowWaterPlane = Math3D.BelowPlane(Client.Network.CurrentSim.WaterHeight);
        }
SceneWindow