Skip to content

easy way to activate/deactivate objects #298

Description

@gsynuh

Something like

public function SetActive(value:Boolean):void {
visible = value;
body.SetActive(value);
}

which should work anytime with the recent change to contact listeners with b2d, yet might cause problems with the pooling system.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions