Interactive.Detail.ShowTextTutorialStep.StartStep C# (CSharp) Method

StartStep() public method

public StartStep ( ) : void
return void
        public override void StartStep()
        {
            objectToActivate.SetActive (true);
            textField.text = text;
            stepIsActive = true;
        }
ShowTextTutorialStep