Skip to main content

Meta_MaterialArgument

Module: Metanodes / Definitions

A MaterialArgument defines an argument for a Meta_MaterialParameter. More...

#include <meta_division.hpp>

Public Types

TypeName
enumIDX { Idx_Source, Idx_PropertyName }
Property index.
enumSource { Source_Default, Source_Value, Source_Property }
Values for Idx_Source.

Detailed Description

struct Meta_MaterialArgument;

A MaterialArgument defines an argument for a Meta_MaterialParameter.

The actual argument value is added as a Meta_MetaDataNNN child, or indirectly references a property of a StdMaterial parent. NOTE: PropertyName is meaningless until used under a StdMaterial node pair.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_SourceSource (int) - where the value of the argument should come from.
Idx_PropertyNamestring - the name of the StdMaterial property to use if Source==Source_Property

Property index.

enum Source

EnumeratorValueDescription
Source_DefaultFrom the definition default argument.
Source_ValueFrom a constant stored as a Meta_MetaDataNNN child of this node.
Source_PropertyFrom a property of a StdMaterial parent. Which property to use is specified in the "PropertyName" property of this node.

Values for Idx_Source.