C# Class UnityEditor.ColorByVelocityModuleUI

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

Méthodes publiques

Méthode Description
ColorByVelocityModuleUI ( ParticleSystemUI owner, SerializedObject o, string displayName ) : System
OnInspectorGUI ( ParticleSystem s ) : void

Méthodes protégées

Méthode Description
Init ( ) : void

Method Details

ColorByVelocityModuleUI() public méthode

public ColorByVelocityModuleUI ( 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