Method AddCustomBlendable
AddCustomBlendable(CustomBlendable)
Add a custom blendable to the pot for eventual application to the camera. The base system manages but otherwise ignores this data - it is intended for extension modules
선언
public void AddCustomBlendable(CameraState.CustomBlendable b)
파라미터
타입 | 이름 | 설명 |
---|---|---|
CameraState.CustomBlendable | b | The custom blendable to add. If b.m_Custom is the same as an already-added custom blendable, then they will be merged and the weights combined. |