C# Class UnityEngine.DisplayAttribute

Inheritance: PropertyAttribute
ファイルを表示 Open project: Zhang-DongSheng/Game

Public Properties

Property Type Description
active bool
name string

Public Methods

Method Description
DisplayAttribute ( string name = null, bool active = true ) : System

Method Details

DisplayAttribute() public method

public DisplayAttribute ( string name = null, bool active = true ) : System
name string
active bool
return System

Property Details

active public_oe property

public bool active
return bool

name public_oe property

public string name
return string