Class Conditions
Syntax
[Obsolete("Conditions has been deprecated. Use ProxyConditions instead.", true)]
public class Conditions
Constructors
Conditions(Condition)
Declaration
public Conditions(Condition condition)
Parameters
Conditions(Proxy)
Declaration
public Conditions(Proxy target)
Parameters
| Type |
Name |
Description |
| Proxy |
target |
|
Conditions(ICondition[])
Declaration
public Conditions(ICondition[] conditions)
Parameters
Properties
Count
Declaration
public int Count { get; }
Property Value
Methods
FromGameObject<TComponentRootType>(GameObject)
Declaration
public static Conditions FromGameObject<TComponentRootType>(GameObject target)
where TComponentRootType : Component, IMRObject
Parameters
Returns
Type Parameters
| Name |
Description |
| TComponentRootType |
|
FromGenericIMRObject<TComponentRootType>(TComponentRootType)
Declaration
public static Conditions FromGenericIMRObject<TComponentRootType>(TComponentRootType target)
where TComponentRootType : Component, IMRObject
Parameters
| Type |
Name |
Description |
| TComponentRootType |
target |
|
Returns
Type Parameters
| Name |
Description |
| TComponentRootType |
|
GetTypeCount(out Object[])
Declaration
public int GetTypeCount(out object[] conditions)
Parameters
| Type |
Name |
Description |
| Object[] |
conditions |
|
Returns
TryGetType(out Object[])
Declaration
public bool TryGetType(out object[] conditions)
Parameters
| Type |
Name |
Description |
| Object[] |
conditions |
|
Returns
TryGetType<T>(out T[])
Declaration
public bool TryGetType<T>(out T[] conditions)
Parameters
| Type |
Name |
Description |
| T[] |
conditions |
|
Returns
Type Parameters