C# Класс MyGame.SkyCube

This class represent Sky Cube that is used to render the sky
Наследование: CDrawableComponent, IRenderable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Draw ( ) : void

This method renders the current state.

SetClipPlane ( Vector4 Plane ) : void
SkyCube ( MyGame game, Model model, Unit unit, TextureCube Texture ) : System

Описание методов

Draw() публичный Метод

This method renders the current state.
public Draw ( ) : void
Результат void

SetClipPlane() публичный Метод

public SetClipPlane ( Vector4 Plane ) : void
Plane Vector4
Результат void

SkyCube() публичный Метод

public SkyCube ( MyGame game, Model model, Unit unit, TextureCube Texture ) : System
game MyGame
model Microsoft.Xna.Framework.Graphics.Model
unit Unit
Texture TextureCube
Результат System