-
Notifications
You must be signed in to change notification settings - Fork 0
First look
Nectunia edited this page Oct 27, 2020
·
4 revisions
This asset allow you to easily add Property to GameObject.
- Each Property is a component so it can be linked to your other Components.
- Each Property can be found by script via a powerfull and easy to use custom Tag system.
- Each Property values can be filled with raw values or sourced from other Component.
A complete and easy to use library allow you to handle Property by script as well.
- Add Property to GameObject.
- Select a Tag for the Property.
- Use built-in tagged components or Make your own.
- Select a Tag in the tagged component. It will now be able to interact with all Property component in the scene wich have the same Tag.
Home
First look
What about performance ?
Tag
Tag overview
Export Tags
Import Tags
Property
Property overview
Setting a Property
Property Updater
Property inheritance
Find Property by script
Editor GUI
EditorGUI_PropertyInterface
EditorGUILayout_PropertyInterfac
MonoBehaviourTagged
Tagged component overview
Built in tagged component
Create my tagged component
Find MonoBehaviourTagged by script
Error
Null propagating operator
Scripting
Classes descriptions