#include
<kfbxbindingtable.h>
Definition at line 54 of file kfbxbindingtable.h.
Public Attributes |
|
KFbxTypedProperty< fbxString > | TargetName |
This property stores the name of target.
|
|
KFbxTypedProperty< fbxString > | TargetType |
This property stores the type of target.
|
|
KFbxTypedProperty< fbxString > | DescRelativeURL |
Relative URL of file containing the shader
implementation description. |
|
KFbxTypedProperty< fbxString > | DescAbsoluteURL |
Absolute URL of file containing the shader
implementation description eg. |
|
KFbxTypedProperty< fbxString > | DescTAG |
Identify the shader to use in previous
description's URL eg. |
|
KFbxTypedProperty< fbxString > | CodeRelativeURL |
Relative URL of file containing the shader
implementation code eg. |
|
KFbxTypedProperty< fbxString > | CodeAbsoluteURL |
Absolute URL of file containing the shader
implementation code eg. |
|
KFbxTypedProperty< fbxString > | CodeTAG |
Identifyies the shader function entry to use
in previous code's URL eg. |
This property stores the name of target.
Default value is ""
Definition at line 65 of file kfbxbindingtable.h.
This property stores the type of target.
Default value is ""
Definition at line 71 of file kfbxbindingtable.h.
Relative URL of file containing the shader implementation description.
eg.: ./shader.mi Default value is ""
Definition at line 77 of file kfbxbindingtable.h.
Absolute URL of file containing the shader implementation description eg.
: file:///usr/tmp/shader.mi Default value is ""
Definition at line 83 of file kfbxbindingtable.h.
Identify the shader to use in previous description's URL eg.
: MyOwnShader Default value is ""
Definition at line 89 of file kfbxbindingtable.h.
Relative URL of file containing the shader implementation code eg.
: ./bin/shader.dll Default value is ""
Definition at line 95 of file kfbxbindingtable.h.
Absolute URL of file containing the shader implementation code eg.
: file:///usr/tmp/bin/shader.dll Default value is ""
Definition at line 101 of file kfbxbindingtable.h.
Identifyies the shader function entry to use in previous code's URL eg.
: MyOwnShaderFunc Default value is ""
Definition at line 107 of file kfbxbindingtable.h.