UnityEditor.ExternalForcesModuleUI.UpdateCullingSupportedString C# (CSharp) 메소드

UpdateCullingSupportedString() 공개 메소드

public UpdateCullingSupportedString ( string &text ) : void
text string
리턴 void
        public override void UpdateCullingSupportedString(ref string text)
        {
            text = text + "\n\tExternal Forces is enabled.";
        }