ShaderParamDefOptions.SetAnimatable
 
 
 

ShaderParamDefOptions.SetAnimatable operator

Introduced

v9.0 (2011)

Description

Sets whether or not this shader parameter can be animated.

C# Syntax

ShaderParamDefOptions.SetAnimatable( Boolean in_v );

Scripting Syntax

ShaderParamDefOptions.SetAnimatable( in_v );

Parameters

Parameter Type Description
in_v Boolean True if animatable

See Also

ShaderParamDefOptions.SetTexturable ShaderParamDefOptions.SetInspectable ShaderParamDefOptions.SetReadOnly ShaderParamDef.Capabilities siCapabilities Parameter.Animatable Parameter.Capabilities