Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Physics::WindNotifications Class Reference

Broadcasts notifications when wind state changes - wind providers implement WindRequests bus. More...

#include <WindBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnGlobalWindChanged ()
 Dispatched when global wind value is changed.
 
virtual void OnWindChanged (const AZ::Aabb &aabb)
 Dispatched when local wind volume is moved or changes value.
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple
 

Detailed Description

Broadcasts notifications when wind state changes - wind providers implement WindRequests bus.


The documentation for this class was generated from the following file: