Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Types
| All Types | Classes | Delegates |
| Name | Description | |
|---|---|---|
| AttributeParserAttribute |
Custom attribute to mark methods as handling the parsing for a material script attribute.
| |
| AttributeParserMethod | ||
| ScriptEnumAttribute |
This attribute is intended to be used on enum fields for enums that can be used
in script files (.material, .overlay, etc). Placing this attribute on the field will
allow the script parsers to look up a real enum value based on the value as it is
used in the script.
| |
| StandardOgreAssetLoader |