C# Класс Afterglow.Graphics.Effects.XnaEffectCompiler

Xna effect compiler.
Наследование: IEffectCompiler
Показать файл Открыть проект

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

Метод Описание
Compile ( string path ) : IEffect

Compiles an effect file specified trough the given path.

XnaEffectCompiler ( GraphicsDevice device ) : System

Initializes a new instance of the XnaEffectCompiler class.

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

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

Compiles an effect file specified trough the given path.
public Compile ( string path ) : IEffect
path string The path to the effect file.
Результат IEffect

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

Initializes a new instance of the XnaEffectCompiler class.
public XnaEffectCompiler ( GraphicsDevice device ) : System
device GraphicsDevice The device.
Результат System