Enumerations |
|
| enum | siCapabilities { siAnimatable = 1, siReadOnly = 2, siPersistable = 4, siNotInspectable = 8, siSilent = 16, siNotPresetPersistable = 128, siTexturable = 256, siKeyable = 2048, siNonKeyableVisible = 4096 } |
Shader::GetShaderInputType, XSI_CustomParamInfo dotXSI template
| enum siCapabilities |
| siAnimatable | [1] Animatable |
| siReadOnly | [2] Cannot be written to |
| siPersistable | [4] Is saved with its parameter set |
| siNotInspectable | [8] Does not show up in the UI |
| siSilent | [16] For internal use only. Do not use. |
| siNotPresetPersistable | [128] Will not be saved in presets |
| siTexturable | [256] Parameter supports connection to rendering node |
| siKeyable | [2048] Parameter is visible in 'Keying Panel' and keyable |
| siNonKeyableVisible | [4096] Parameter is only visible in 'Keying Panel' |