UnityEditor.RotationByVelocityModuleUI.RotationByVelocityModuleUI C# (CSharp) 메소드

RotationByVelocityModuleUI() 공개 메소드

public RotationByVelocityModuleUI ( ParticleSystemUI owner, SerializedObject o, string displayName ) : System
owner ParticleSystemUI
o SerializedObject
displayName string
리턴 System
        public RotationByVelocityModuleUI(ParticleSystemUI owner, SerializedObject o, string displayName) : base(owner, o, "RotationBySpeedModule", displayName)
        {
            base.m_ToolTip = "Controls the angular velocity of each particle based on its speed.";
        }