C# Class UnityEditor.ExternalForcesModuleUI

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

Méthodes publiques

Méthode Description
ExternalForcesModuleUI ( ParticleSystemUI owner, SerializedObject o, string displayName ) : System
OnInspectorGUI ( ParticleSystem s ) : void
UpdateCullingSupportedString ( string &text ) : void

Méthodes protégées

Méthode Description
Init ( ) : void

Method Details

ExternalForcesModuleUI() public méthode

public ExternalForcesModuleUI ( ParticleSystemUI owner, SerializedObject o, string displayName ) : System
owner ParticleSystemUI
o SerializedObject
displayName string
Résultat System

Init() protected méthode

protected Init ( ) : void
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( ParticleSystem s ) : void
s UnityEngine.ParticleSystem
Résultat void

UpdateCullingSupportedString() public méthode

public UpdateCullingSupportedString ( string &text ) : void
text string
Résultat void