C# Class UnityEngine.DisplayAttribute

Inheritance: PropertyAttribute
Afficher le fichier Open project: Zhang-DongSheng/Game

Méthodes publiques

Свойство Type Description
active bool
name string

Méthodes publiques

Méthode Description
DisplayAttribute ( string name = null, bool active = true ) : System

Method Details

DisplayAttribute() public méthode

public DisplayAttribute ( string name = null, bool active = true ) : System
name string
active bool
Résultat System

Property Details

active public_oe property

public bool active
Résultat bool

name public_oe property

public string name
Résultat string