VRay SDK for C#
Loading...
Searching...
No Matches
VRay.SubFileInfo Class Reference

A helper class that stores info regarding the export of plugins of a specified type. More...

Public Types

enum  PluginType
 Specifies the type of a plugin.
 

Public Member Functions

 SubFileInfo (PluginType type, string fileNameSuffix)
 Constructs an instance of SubFileInfo. More...
 

Properties

string FileNameSuffix [get, set]
 The name suffix of the exported file. For example, if the file name to be exported is "car.vrscene" and FileNameSuffix is "light", then the exported file name will be "car_light.vrscene".
 
PluginType Type [get, set]
 The type of the plugins to be exported.
 

Detailed Description

A helper class that stores info regarding the export of plugins of a specified type.

Constructor & Destructor Documentation

◆ SubFileInfo()

VRay.SubFileInfo.SubFileInfo ( PluginType  type,
string  fileNameSuffix 
)

Constructs an instance of SubFileInfo.

Parameters
typeThe plugin type to be exported in a separate file.
fileNameSuffixThe name suffix of the exported file.

The documentation for this class was generated from the following file: