3 bool m_RandomizeRotation =
true;
5 float m_ScaleMin = 0.1;
6 float m_ScaleMax = 1.0;
11class UnderObjectDecalSpawnComponent
20 private float m_LastScaleValue;
32 g_Game.SurfaceUnderObjectCorrectedLiquid(
m_Parent, surfaceType, liquidType);
34 return Surface.GetParamText(surfaceType, surfaceParamName);
44 GetObjectNameFromSurfaceConfig(),
71 void UpdateSize(
float pScaleValue)
76 if (pScaleValue != m_LastScaleValue)
78 m_LastScaleValue =
m_Decal.GetScale();
const int ECE_PLACE_ON_SURFACE
proto native void RemoveDecal(hDecal decal)
ref UnderObjectDecalSpawnSettings m_Settings
class UnderObjectDecalSpawnSettings SURFACE_PARAM_DECAL_NAME