Méthode | Description | |
---|---|---|
IsOnlyRuleSet ( ValidRelatives rule ) : bool |
Check if a rule flag is the ONLY flag set.
|
|
IsRuleSet ( ValidRelatives rule ) : bool |
Check if a rule flag is set.
|
|
RelativesOnlyAttribute ( ) : System |
Restricts this field to only accept Objects that are in the same path in the Hierarchy as GameObject that owns this field.
|
|
RelativesOnlyAttribute ( ValidRelatives validRelatives ) : System |
Restricts this field to only accept Objects that follow the rules set by validRelatives
|
public IsOnlyRuleSet ( ValidRelatives rule ) : bool | ||
rule | ValidRelatives | The rule to check. |
Résultat | bool |
public IsRuleSet ( ValidRelatives rule ) : bool | ||
rule | ValidRelatives | The rule to check. |
Résultat | bool |
public RelativesOnlyAttribute ( ValidRelatives validRelatives ) : System | ||
validRelatives | ValidRelatives | |
Résultat | System |