CreateRenderChannel (SceneRenderProperty)
Description
Adds a new render channel to the list of available channels in the SceneRenderProperty.
Scripting Syntax
SceneRenderProperty.CreateRenderChannel( ChannelName, Type )
C# Syntax
RenderChannel SceneRenderProperty.CreateRenderChannel( String in_strChannelName, siRenderChannelType in_eType );
Parameters
|
Parameter |
Type |
Description |
|
ChannelName |
The name to give the new render channel |
|
|
Type |
The type of image data the framebuffers created from this render channel will contain |
Return Value
The new RenderChannel
See Also
SOFTIMAGE|XSI v6.01