C# Class Project290.Physics.Dynamics.FilterData

Contains filter data that can determine whether an object should be processed or not.
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Свойство Type Description
DisabledOnCategories Category
DisabledOnGroup int
EnabledOnCategories Category
EnabledOnGroup int

Méthodes publiques

Méthode Description
AddDisabledCategory ( Category category ) : void

Adds the category.

AddEnabledCategory ( Category category ) : void

Adds the category.

IsActiveOn ( Body body ) : bool
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.

Method Details

AddDisabledCategory() public méthode

Adds the category.
public AddDisabledCategory ( Category category ) : void
category Category The category.
Résultat void

AddEnabledCategory() public méthode

Adds the category.
public AddEnabledCategory ( Category category ) : void
category Category The category.
Résultat void

IsActiveOn() public méthode

public IsActiveOn ( Body body ) : bool
body Body
Résultat bool

IsInDisabledCategory() public méthode

Determines whether this body ignores the the specified controller.
public IsInDisabledCategory ( Category category ) : bool
category Category The category.
Résultat bool

IsInEnbledCategory() public méthode

Determines whether this body ignores the the specified controller.
public IsInEnbledCategory ( Category category ) : bool
category Category The category.
Résultat bool

RemoveDisabledCategory() public méthode

Removes the category.
public RemoveDisabledCategory ( Category category ) : void
category Category The category.
Résultat void

RemoveEnabledCategory() public méthode

Removes the category.
public RemoveEnabledCategory ( Category category ) : void
category Category The category.
Résultat void

Property Details

DisabledOnCategories public_oe property

public Category DisabledOnCategories
Résultat Category

DisabledOnGroup public_oe property

public int DisabledOnGroup
Résultat int

EnabledOnCategories public_oe property

public Category EnabledOnCategories
Résultat Category

EnabledOnGroup public_oe property

public int EnabledOnGroup
Résultat int