C# Класс VRC.Udon.Serialization.OdinSerializer.CustomFormatterAttribute

Наследование: Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Priority int

Открытые методы

Метод Описание
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.

Описание методов

CustomFormatterAttribute() публичный Метод

Initializes a new instance of the CustomFormatterAttribute class with priority 0.
public CustomFormatterAttribute ( ) : System
Результат System

CustomFormatterAttribute() публичный Метод

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.
Результат System

Описание свойств

Priority публичное свойство

The priority of the formatter. Of all the available custom formatters, the formatter with the highest priority is always chosen.
public int Priority
Результат int