UnityEditor.RotationByVelocityModuleUI.UpdateCullingSupportedString C# (CSharp) Method

UpdateCullingSupportedString() public method

public UpdateCullingSupportedString ( string &text ) : void
text string
return void
        public override void UpdateCullingSupportedString(ref string text)
        {
            text = text + "\n\tRotation by Speed is enabled.";
        }