-
Notifications
You must be signed in to change notification settings - Fork 0
Find Property by script
myGameObject.GetProperties() : Get all Property components in the GameObject
myGameObject.GetPropertiesInChildren() : Get all Property components in the GameObject and its childrens
myGameObject.GetProperty() : Get the Property component in the GameObject
myGameObject.GetPropertyInChildren() : Get the Property component in the GameObject and its childrens
Property.GetProperties() : Get all Property components in the scene or in a specific GameObject
Property.GetPropertiesInChildren() : Get all Property components in the scene or in a specific GameObject and its childrens
Property.GetProperty() : Get the Property component in the scene or in a specific GameObject
Property.GetPropertyInChildren() : Get the Property component in the scene or in a specific GameObject and its childrens
Property.Exists() : Does a Property component exist in the scene or in a specific GameObject ?
Property.ExistsInChildren() : Does a Property component exist in the scene or in a specific GameObject and its childrens ?
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