CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriAtomExOutputPort.Config Struct Reference

Config structure used to create the output port More...

Static Public Member Functions

static Config Default ()
 Get the configuration structure with default values More...
 

Public Attributes

string name
 Output port name More...
 
CriAtomExOutputPort.Type type
 Output port type More...
 
System.UInt32 maxIgnoredCategories
 Max number of the ignored Categories of Output Ports More...
 

Detailed Description

Config structure used to create the output port

Description:
A structure for creating an output port.
It should be passed as the argument of CriWare.CriAtomExOutputPort.CriAtomExOutputPort.
See also
CriWare.CriAtomExOutputPort.CriAtomExOutputPort

Member Function Documentation

static Config Default ( )
inlinestatic

Get the configuration structure with default values

Returns
Configuration structure with default values
Description:
Get the default configuration structure to initialize CriWare.CriAtomExOutputPort.CriAtomExOutputPort .

Member Data Documentation

string name

Output port name

Description:
Specify the name of the output port.
Note:
The length of the string must be less than or equal to CriWare.CriAtomExOutputPort.MaxNameLength.
Once a port name has been set, it cannot be changed.

Output port type

Description:
Specify the Output Port by type.
Note:
Once the type of the output port is specified, it cannot be changed.
System.UInt32 maxIgnoredCategories

Max number of the ignored Categories of Output Ports

Description:
The maximum number of the ignored Categories that can be specified for an output port.
Note:
This value cannot be changed once it has been specified.

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