ScenePickAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.PropertyAttributeScenePickAttribute
- Attributes
Constructors
ScenePickAttribute() |