Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -56,7 +56,6 @@ namespace GradientSignal
|
||||
{
|
||||
behaviorContext->Class<PosterizeGradientConfig>()
|
||||
->Constructor()
|
||||
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::ExcludeFlags::Preview)
|
||||
->Attribute(AZ::Script::Attributes::Category, "Vegetation")
|
||||
->Property("bands", BehaviorValueProperty(&PosterizeGradientConfig::m_bands))
|
||||
->Property("mode",
|
||||
@@ -101,7 +100,6 @@ namespace GradientSignal
|
||||
behaviorContext->Class<PosterizeGradientComponent>()->RequestBus("PosterizeGradientRequestBus");
|
||||
|
||||
behaviorContext->EBus<PosterizeGradientRequestBus>("PosterizeGradientRequestBus")
|
||||
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::ExcludeFlags::Preview)
|
||||
->Attribute(AZ::Script::Attributes::Category, "Vegetation")
|
||||
->Event("GetBands", &PosterizeGradientRequestBus::Events::GetBands)
|
||||
->Event("SetBands", &PosterizeGradientRequestBus::Events::SetBands)
|
||||
@@ -219,4 +217,4 @@ namespace GradientSignal
|
||||
{
|
||||
return m_configuration.m_gradientSampler;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user