Yellow-Dog-Man / Resonite-Issues

Issue repository for Resonite.
https://resonite.com
139 stars 2 forks source link

Add a node that detects if it's self is in user space #2154

Open epicEaston197 opened 5 months ago

epicEaston197 commented 5 months ago

Is your feature request related to a problem? Please describe.

If you're making facets you only want some functions to be able to work in user space

Describe the solution you'd like

I would like to have a node called "Is In User Space" this node will be a node with a single output it will output either true or false if it's in user space or not

Describe alternatives you've considered

using a fine child by name inputting Root and then finding a slot that's exclusive to user space then using a not null node to give me a boolean output

Additional Context

No response

Requesters

@epicEaston197

shiftyscales commented 5 months ago

Could you give some additional context/examples of how you want to use this @epicEaston197? E.g. what additional functionality would you want in userspace that wouldn't also make sense to include in world space?

epicEaston197 commented 4 months ago

Could you give some additional context/examples of how you want to use this @epicEaston197? E.g. what additional functionality would you want in userspace that wouldn't also make sense to include in world space?

For example my facet has a fade function that after 2 seconds of not speaking it fades out to be transparent I do not want this to be active in world space