Allow to handle targeted Property on trigger.
This class is used as an example on how to create a custom tagged component wich will use Nectunia.PropetyInterface asset.
|
static List< MonoBehaviourTagged > | GetMonoBehavioursTagged (bool includeInactive=false) |
| Get all MonoBehaviourTagged in the current scene. More...
|
|
static List< MonoBehaviourTagged > | GetMonoBehavioursTagged (TagID tagID, bool includeInactive=false) |
| Get all MonoBehaviourTagged in the current scene wich have the passed TagID. More...
|
|
static List< MonoBehaviourTagged > | GetMonoBehavioursTagged (GameObject target) |
| Get all MonoBehaviourTagged in the target gameobject. More...
|
|
static List< MonoBehaviourTagged > | GetMonoBehavioursTagged (GameObject target, TagID tagID) |
| Get all MonoBehaviourTagged in the target gameobject wich have the passed TagID. More...
|
|
static void | GetMonoBehavioursTagged (ref List< MonoBehaviourTagged > results, bool includeInactive=false) |
| Get all MonoBehaviourTagged in the current scene. More...
|
|
static void | GetMonoBehavioursTagged (TagID tagID, ref List< MonoBehaviourTagged > results, bool includeInactive=false) |
| Get all MonoBehaviourTagged in the current scene wich have the passed TagID. More...
|
|
static void | GetMonoBehavioursTagged (GameObject target, ref List< MonoBehaviourTagged > results) |
| Get all MonoBehaviourTagged in the target gameobject. More...
|
|
static void | GetMonoBehavioursTagged (GameObject target, TagID tagID, ref List< MonoBehaviourTagged > results) |
| Get all MonoBehaviourTagged in the target gameobject wich have the passed TagID. More...
|
|
static List< MonoBehaviourTagged > | GetMonoBehavioursTaggedInChildren (GameObject target, bool includeInactive=false) |
| Get all MonoBehaviourTagged in the target gameobject and it's children. More...
|
|
static List< MonoBehaviourTagged > | GetMonoBehavioursTaggedInChildren (GameObject target, TagID tagID, bool includeInactive=false) |
| Get all MonoBehaviourTagged with the passed TagID in the target gameobject and it's children. More...
|
|
static void | GetMonoBehavioursTaggedInChildren (GameObject target, ref List< MonoBehaviourTagged > results, bool includeInactive=false) |
| Get all MonoBehaviourTagged in the target gameobject and it's children. More...
|
|
static void | GetMonoBehavioursTaggedInChildren (GameObject target, TagID tagID, ref List< MonoBehaviourTagged > results, bool includeInactive=false) |
| Get all MonoBehaviourTagged with the passed TagID in the target gameobject and it's children. More...
|
|
static MonoBehaviourTagged | GetMonoBehaviourTagged (bool includeInactive=false) |
| Get the First MonoBehaviourTagged in the current scene. More...
|
|
static MonoBehaviourTagged | GetMonoBehaviourTagged (TagID tagID, bool includeInactive=false) |
| Get the first MonoBehaviourTagged in the current scene wich have the passed TagID. More...
|
|
static MonoBehaviourTagged | GetMonoBehaviourTagged (GameObject target) |
| Get the first MonoBehaviourTagged in the target gameobject. . More...
|
|
static MonoBehaviourTagged | GetMonoBehaviourTagged (GameObject target, TagID tagID) |
| Get the first MonoBehaviourTagged in the target gameobject wich have the passed TagID. More...
|
|
static void | GetMonoBehaviourTagged (ref MonoBehaviourTagged result, bool includeInactive=false) |
| Get the first MonoBehaviourTagged in the current scene. More...
|
|
static void | GetMonoBehaviourTagged (TagID tagID, ref MonoBehaviourTagged result, bool includeInactive=false) |
| Get the first MonoBehaviourTagged in the current scene wich have the passed TagID. More...
|
|
static void | GetMonoBehaviourTagged (GameObject target, ref MonoBehaviourTagged result) |
| Get the first MonoBehaviourTagged in the target gameobject. More...
|
|
static void | GetMonoBehaviourTagged (GameObject target, TagID tagID, ref MonoBehaviourTagged result) |
| Get the first MonoBehaviourTagged in the target gameobject wich have the passed TagID. More...
|
|
static MonoBehaviourTagged | GetMonoBehaviourTaggedInChildren (GameObject target, bool includeInactive=false) |
| Get the first MonoBehaviourTagged in the target gameobject and it's children. More...
|
|
static MonoBehaviourTagged | GetMonoBehaviourTaggedInChildren (GameObject target, TagID tagID, bool includeInactive=false) |
| Get the first MonoBehaviourTagged with the passed TagID in the target gameobject and it's children. More...
|
|
static void | GetMonoBehaviourTaggedInChildren (GameObject target, ref MonoBehaviourTagged result, bool includeInactive=false) |
| Get the first MonoBehaviourTagged in the target gameobject and it's children. More...
|
|
static void | GetMonoBehaviourTaggedInChildren (GameObject target, TagID tagID, ref MonoBehaviourTagged result, bool includeInactive=false) |
| Get the first MonoBehaviourTagged with the passed TagID in the target gameobject and it's children. More...
|
|
static bool | Exists (bool includeInactive=false) |
| Return True if at least one MonoBehaviourTagged exists in the current scene or False otherwise. More...
|
|
static bool | Exists (TagID tagId, bool includeInactive=false) |
| Return True if at least one MonoBehaviourTagged with passed TagID exists in the current scene or False otherwise. More...
|
|
static bool | Exists (GameObject target) |
| Return True if at least one MonoBehaviourTagged exists in the target gameobject or False otherwise. More...
|
|
static bool | Exists (GameObject target, TagID tagId) |
| Return True if at least one MonoBehaviourTagged with passed TagID exists in the target gameobject or False otherwise. More...
|
|
static bool | ExistsInChildren (GameObject target, bool includeInactive=false) |
| Return True if at least one MonoBehaviourTagged exists in the target gameobject and its children or False otherwise. More...
|
|
static bool | ExistsInChildren (GameObject target, TagID tagId, bool includeInactive=false) |
| Return True if at least one MonoBehaviourTagged with passed TagID exists in the target gameobject and its children or False otherwise. More...
|
|
TagID | _tagID = -1L |
|
Tag.ValueType | _valuesType = Tag.DEFAULT_VALUESTYPE |
|