C# Class UnityEditor.SerializedModule

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство Type Description
m_ModuleName string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Concat ( string a, string b ) : string
GetProperty ( string name ) : UnityEditor.SerializedProperty
GetProperty ( string structName, string propName ) : UnityEditor.SerializedProperty
GetProperty0 ( string name ) : UnityEditor.SerializedProperty
GetProperty0 ( string structName, string propName ) : UnityEditor.SerializedProperty
GetUniqueModuleName ( ) : string
SerializedModule ( SerializedObject o, string name ) : System

Method Details

Concat() public static méthode

public static Concat ( string a, string b ) : string
a string
b string
Résultat string

GetProperty() public méthode

public GetProperty ( string name ) : UnityEditor.SerializedProperty
name string
Résultat UnityEditor.SerializedProperty

GetProperty() public méthode

public GetProperty ( string structName, string propName ) : UnityEditor.SerializedProperty
structName string
propName string
Résultat UnityEditor.SerializedProperty

GetProperty0() public méthode

public GetProperty0 ( string name ) : UnityEditor.SerializedProperty
name string
Résultat UnityEditor.SerializedProperty

GetProperty0() public méthode

public GetProperty0 ( string structName, string propName ) : UnityEditor.SerializedProperty
structName string
propName string
Résultat UnityEditor.SerializedProperty

GetUniqueModuleName() public méthode

public GetUniqueModuleName ( ) : string
Résultat string

SerializedModule() public méthode

public SerializedModule ( SerializedObject o, string name ) : System
o SerializedObject
name string
Résultat System

Property Details

m_ModuleName protected_oe property

protected string m_ModuleName
Résultat string