ScenePickAttribute Class

Definition

Attribute to mark up an int field to be drawn using the ScenePickPropertyDrawer This allows the UI to display a dropdown instead of a numeric entry field.

public ref class ScenePickAttribute : UnityEngine::PropertyAttribute
[System.AttributeUsage(System.AttributeTargets.Field, AllowMultiple=false)]
public class ScenePickAttribute : UnityEngine.PropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Field, AllowMultiple=false)>]
type ScenePickAttribute = class
    inherit PropertyAttribute
Public Class ScenePickAttribute
Inherits PropertyAttribute
Inheritance
UnityEngine.PropertyAttribute
ScenePickAttribute
Attributes

Constructors

ScenePickAttribute()

Applies to