Neos-Metaverse / NeosSampleLibrary

An example NeosVR library
28 stars 15 forks source link

Explain what a Neos "Behavior" is and how it might be used #1

Open sirkitree opened 5 years ago

sirkitree commented 5 years ago

https://github.com/Frooxius/NeosSampleLibrary/blob/6bd630bd3e8e8fa591a79b281131be272f69443f/NeosSampleLibrary/SampleBehavior.cs#L8

This sample constructor is just skeleton code, and I'm wondering how or why I might use it when building my own plugin.

Cobertos commented 3 years ago

Wondering this myself. Is a behavior in this context the same as a Unity Behaviour, or is it like a MonoBehaviour or Component?