Table of Contents

Class Keyword

Namespace
Gamelogic.Fx
Assembly
Gamelogic.Fx.dll

Represents a shader keyword, and whether it is present or not.

[Serializable]
public sealed class Keyword
Inheritance
Keyword
Inherited Members

Fields

enabled

Whether the keyword is enabled in the shader or not.

public bool enabled

Field Value

bool

name

The keyword.

public string name

Field Value

string