UnityEditor.ClampVelocityModuleUI.ClampVelocityModuleUI C# (CSharp) Method

ClampVelocityModuleUI() public method

public ClampVelocityModuleUI ( ParticleSystemUI owner, SerializedObject o, string displayName ) : System
owner ParticleSystemUI
o SerializedObject
displayName string
return System
        public ClampVelocityModuleUI(ParticleSystemUI owner, SerializedObject o, string displayName) : base(owner, o, "ClampVelocityModule", displayName)
        {
            base.m_ToolTip = "Controls the velocity limit and damping of each particle during its lifetime.";
        }