B1WorldMapCameraBlendSetting
- Structure that defines camera blend settings for world map transitions.
* Specifies the blend distance, blend time, and easing function used during camera transitions.
| Property | Type | Description | Metadata |
|---|---|---|---|
| BlendDistance | float | Total distance over which the camera blend occurs. | Category: B1WorldMapCameraBlendSetting |
| BlendTime | float | Total duration in seconds of the camera blend. | Category: B1WorldMapCameraBlendSetting |
| EaseFunc | EEasingFunc::Type | Easing function used to control the blend curve. | Category: B1WorldMapCameraBlendSetting |