Open 3D Engine AtomLyIntegration Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits PostFxWeightRequestBus::Handler.
Public Member Functions | |
AZ_TYPE_INFO (AZ::Render::ShapeWeightModifierComponentController, "{5EF82EB8-8A7F-4B6C-BD40-8BABA1ABE0E5}") | |
ShapeWeightModifierComponentController (const ShapeWeightModifierComponentConfig &config) | |
void | Activate (EntityId entityId) |
void | Deactivate () |
void | SetConfiguration (const ShapeWeightModifierComponentConfig &config) |
const ShapeWeightModifierComponentConfig & | GetConfiguration () const |
virtual float | GetWeightAtPosition (const AZ::Vector3 &influencerPosition) const override |
PostFxWeightRequestBus::Handler Override. | |
Friends | |
class | EditorShapeWeightModifierComponent |