MyRotation.StartRotation C# (CSharp) Method

StartRotation() public method

public StartRotation ( ) : void
return void
    public void StartRotation()
    {
        gameObject.SetActive(true);
        anmator.SetBool ("IsRotating", true);
    }