Skip to content

easy way to activate/deactivate objects #298

Open
@gsynuh

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions