Свойство | Type | Description | |
---|---|---|---|
DisabledOnCategories | Category | ||
DisabledOnGroup | int | ||
EnabledOnCategories | Category | ||
EnabledOnGroup | int |
Méthode | Description | |
---|---|---|
AddDisabledCategory ( Category category ) : void |
Adds the category.
|
|
AddEnabledCategory ( Category category ) : void |
Adds the category.
|
|
IsActiveOn ( |
||
IsInDisabledCategory ( Category category ) : bool |
Determines whether this body ignores the the specified controller.
|
|
IsInEnbledCategory ( Category category ) : bool |
Determines whether this body ignores the the specified controller.
|
|
RemoveDisabledCategory ( Category category ) : void |
Removes the category.
|
|
RemoveEnabledCategory ( Category category ) : void |
Removes the category.
|
public AddDisabledCategory ( Category category ) : void | ||
category | Category | The category. |
Résultat | void |
public AddEnabledCategory ( Category category ) : void | ||
category | Category | The category. |
Résultat | void |
public IsInDisabledCategory ( Category category ) : bool | ||
category | Category | The category. |
Résultat | bool |
public IsInEnbledCategory ( Category category ) : bool | ||
category | Category | The category. |
Résultat | bool |
public RemoveDisabledCategory ( Category category ) : void | ||
category | Category | The category. |
Résultat | void |
public RemoveEnabledCategory ( Category category ) : void | ||
category | Category | The category. |
Résultat | void |