Check that a light type size is a multiple of 16.
| Name | Description |
|---|---|
| const bool Value = ((Size & 0xF) == 0) | Value. |
| Name | Description |
|---|---|
| Check() | A compiler error here indicates that the size of LightType is not a multiple of 16. |
public: bool Check()
A compiler error here indicates that the size of LightType is not a multiple of 16.