Method GetParameter
GetParameter(VolumeComponent, FieldInfo)
Get a VolumeParameter from a VolumeComponent
선언
public VolumeParameter GetParameter(VolumeComponent component, FieldInfo field)
파라미터
타입 | 이름 | 설명 |
---|---|---|
VolumeComponent | component | The component to get the parameter from. |
FieldInfo | field | The field info of the parameter. |
반환
타입 | 설명 |
---|---|
VolumeParameter | The volume parameter. |
GetParameter(FieldInfo)
Get a VolumeParameter from a VolumeComponent on the selectedCameraVolumeStack
선언
public VolumeParameter GetParameter(FieldInfo field)
파라미터
타입 | 이름 | 설명 |
---|---|---|
FieldInfo | field | The field info of the parameter. |
반환
타입 | 설명 |
---|---|
VolumeParameter | The volume parameter. |
GetParameter(Volume, FieldInfo)
Get a VolumeParameter from a component of a volume
선언
public VolumeParameter GetParameter(Volume volume, FieldInfo field)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Volume | volume | The volume to get the component from. |
FieldInfo | field | The field info of the parameter. |
반환
타입 | 설명 |
---|---|
VolumeParameter | The volume parameter. |