UnityEditor.TrailModuleUI.TrailModuleUI C# (CSharp) Method

TrailModuleUI() public method

public TrailModuleUI ( ParticleSystemUI owner, SerializedObject o, string displayName ) : System
owner ParticleSystemUI
o SerializedObject
displayName string
return System
        public TrailModuleUI(ParticleSystemUI owner, SerializedObject o, string displayName) : base(owner, o, "TrailModule", displayName)
        {
            base.m_ToolTip = "Attach trails to the particles.";
        }