decentraland / protocol-squad

Apache License 2.0
2 stars 2 forks source link

Visibiliy component definition #3

Open leanmendoza opened 1 year ago

leanmendoza commented 1 year ago

WIP

Bevy implementation:

no component -> inherit parent behaviour
component ( false ) -> always hide (children inherit this setting unless they have a VisibilityComponent of their own)
component ( true ) -> always show (children inherit this setting unless they have a VisibilityComponent of their own)