OneWayPlatform.Ghost C# (CSharp) Method

Ghost() public method

public Ghost ( ) : void
return void
    void Ghost()
    {
        isGhost = true;
        gameObject.collider2D.enabled = false;
    }