C# Class UnityEditor.RotationByVelocityModuleUI

Inheritance: ModuleUI
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
OnInspectorGUI ( ParticleSystem s ) : void
RotationByVelocityModuleUI ( ParticleSystemUI owner, SerializedObject o, string displayName ) : System
UpdateCullingSupportedString ( string &text ) : void

Protected Methods

Method Description
Init ( ) : void

Method Details

Init() protected method

protected Init ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ParticleSystem s ) : void
s UnityEngine.ParticleSystem
return void

RotationByVelocityModuleUI() public method

public RotationByVelocityModuleUI ( ParticleSystemUI owner, SerializedObject o, string displayName ) : System
owner ParticleSystemUI
o SerializedObject
displayName string
return System

UpdateCullingSupportedString() public method

public UpdateCullingSupportedString ( string &text ) : void
text string
return void