C# Class VRC.Udon.Serialization.OdinSerializer.CustomFormatterAttribute

Inheritance: Attribute
显示文件 Open project: jetdog8808/Udon-playground

Public Properties

Property Type Description
Priority int

Public Methods

Method Description
CustomFormatterAttribute ( ) : System

Initializes a new instance of the CustomFormatterAttribute class with priority 0.

CustomFormatterAttribute ( int priority ) : System

Initializes a new instance of the CustomFormatterAttribute class.

Method Details

CustomFormatterAttribute() public method

Initializes a new instance of the CustomFormatterAttribute class with priority 0.
public CustomFormatterAttribute ( ) : System
return System

CustomFormatterAttribute() public method

Initializes a new instance of the CustomFormatterAttribute class.
public CustomFormatterAttribute ( int priority ) : System
priority int The priority of the formatter. Of all the available custom formatters, the formatter with the highest priority is always chosen.
return System

Property Details

Priority public_oe property

The priority of the formatter. Of all the available custom formatters, the formatter with the highest priority is always chosen.
public int Priority
return int