C# Класс Axiom.Graphics.CompositorInstanceMaterialEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Material Material
PassID uint

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

Метод Описание
CompositorInstanceMaterialEventArgs ( uint passId, Material material ) : System

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

CompositorInstanceMaterialEventArgs() публичный метод

public CompositorInstanceMaterialEventArgs ( uint passId, Material material ) : System
passId uint
material Material
Результат System

Описание свойств

Material публичное свойство

Material, this may be changed at will and will only affect the current instance of the Compositor, not the global material it was cloned from.
public Material,Axiom.Graphics Material
Результат Material

PassID публичное свойство

Pass identifier within Compositor instance, this is specified by the user by CompositionPass.SetIdentifier().
public uint PassID
Результат uint