Version: 2022.2
언어: 한국어

AdvancedObjectSelectorValidatorAttributeConstructor

매뉴얼로 전환
public AdvancedObjectSelectorValidatorAttribute (string id);

파라미터

id A unique identifier for this advanced object selector validator.

설명

Registers a method to act as an advanced object selector validator.

A unique identifier is required when registering a custom advanced object selector validator. If the identifier is not unique, the advanced object selector validator is not registered and a warning is displayed in the console. The same identifier must be used by the attribute AdvancedObjectSelectorAttribute to properly register an advanced object selector.