C# 클래스 VRC.Udon.Serialization.OdinSerializer.CustomFormatterAttribute

상속: Attribute
파일 보기 프로젝트 열기: jetdog8808/Udon-playground

공개 프로퍼티들

프로퍼티 타입 설명
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