EditorRequiredAttribute 类

定义

指定在编辑器中创作组件参数时,用户需要提供该组件参数。

如果未提供此参数的值,编辑器或生成工具可能会提供警告,指示用户指定值。 此属性仅在用 ParameterAttribute标记的属性上有效。

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class EditorRequiredAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type EditorRequiredAttribute = class
    inherit Attribute
Public NotInheritable Class EditorRequiredAttribute
Inherits Attribute
继承
EditorRequiredAttribute
属性

构造函数

EditorRequiredAttribute()

指定在编辑器中创作组件参数时,用户需要提供该组件参数。

如果未提供此参数的值,编辑器或生成工具可能会提供警告,指示用户指定值。 此属性仅在用 ParameterAttribute标记的属性上有效。

适用于