UnityEditor.RotationByVelocityModuleUI.UpdateCullingSupportedString C# (CSharp) Méthode

UpdateCullingSupportedString() public méthode

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