Interface ISelectionPassManager
Defines some common methods for work with selection pass
Namespace:
Assembly: .dll
Syntax
public interface ISelectionPassManager
Methods
tryDisableSelectionPassFor(Object target)
Tries to disable selection pass for specified target. If it's already disabled does nothing
Declaration
public abstract void tryDisableSelectionPassFor(Object target)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | target | Target object |
tryEnableSelectionPassFor(Object target)
Tries to enable selection pass for specified target. If it's already enabled does nothing
Declaration
public abstract void tryEnableSelectionPassFor(Object target)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | target | Target object |