FrameFilterImpl.AddBoolParam Method |
||||||||||||||||||||
| Registers a boolean parameter than can be accessed using the methods of FrameFilter. | ||||||||||||||||||||
| Syntax: | public delegate void SetBoolParam( bool value ); public delegate bool GetBoolParam(); protected void AddBoolParam( string name, SetBoolParam setFunc, GetBoolParam getFunc ); |
|||||||||||||||||||
|
||||||||||||||||||||
| Remarks: | All parameters of a frame filter should be registered in its constructor. |
|||||||||||||||||||
| Example: | For an example on how to register a parameter, see AddIntParam. |
|||||||||||||||||||
| See also: | FrameFilterImpl, FrameFilterImpl.AddIntParam, FrameFilterImpl.AddFloatParam, FrameFilterImpl.AddStringParam, FrameFilterImpl.AddDataParam | |||||||||||||||||||