|
override bool | _WB_OnKeyChanged (BaseContainer src, string key, BaseContainerList ownerContainers, IEntity parent) |
|
override void | OnShapeInitInternal (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity) |
|
float | SamplePerlin (float time, float frequency=20, float seed=1, float amplitude=1, float phaseOffset=0) |
| Get a perlin value given specific parameters.
|
|
void | GenerateAssetPoints (notnull array< ref SCR_PrefabGeneratorPointMeta > metas) |
| generates array of positions(+other data) where each asset is supposed to spawn
|
|
array< ref SCR_PrefabGeneratorPointMeta > | GetMetaListLineFromOffsetShape () |
|
array< ref SCR_PrefabGeneratorPointMeta > | GetMetaListSplineFromShapeOffset () |
|
override void | OnShapeChangedInternal (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity, array< vector > mins, array< vector > maxes) |
|
void | Generate () |
| Generate the assets.
|
|
void | DrawCurveDebug (array< ref SCR_PrefabGeneratorPointMeta > metas) |
| Draws debug curve.
|
|
void | PrefabGeneratorEntity (IEntitySource src, IEntity parent) |
|
override void | OnShapeTransformInternal (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity, array< vector > mins, array< vector > maxes) |
|
void | UpdateTerrainSimple (bool forceUpdate=false) |
| wrapper method around UpdateTerrain that sets m_ShapeEntity up
|
|
void | UpdateTerrain (notnull ShapeEntity shapeEntity, bool forceUpdate, notnull array< vector > updateMins, notnull array< vector > updateMaxes) |
|
void | SCR_LineTerrainShaperGeneratorBaseEntity (IEntitySource src, IEntity parent) |
|
void | ResetShapeNextPointHelper () |
|
override void | _WB_AfterWorldUpdate (float timeSlice) |
|
override int | _WB_GetAfterWorldUpdateSpecs (IEntitySource src) |
|
override void | OnIntersectingShapeChangedXZInternal (IEntitySource shapeEntitySrc, IEntitySource other, array< vector > mins, array< vector > maxes) |
|
void | ResetGeneratorPosition (ShapeEntity shapeEntity=null) |
|
void | DeleteAllChildren () |
| Delete all children without distinction, using WorldEditorAPI.
|
|
array< vector > | GetWorldAnchorPoints (notnull IEntitySource shapeEntitySrc) |
|
array< vector > | GetWorldTesselatedShapePoints (notnull IEntitySource shapeEntitySrc) |
|
Color | GetColor () |
|
void | ColorShape () |
| Set shape's line colour to GetColor() value.
|
|
IEntitySource | GetShapeSource () |
| Get the parent shape above this generator (has to be the direct parent)
|
|
void | SCR_GeneratorBaseEntity (IEntitySource src, IEntity parent) |
|
|
override void | _WB_OnInit (inout vector mat[4], IEntitySource src) |
|
override void | _WB_OnCreate (IEntitySource src) |
|
override void | _WB_OnParentChange (IEntitySource src, IEntitySource prevParentSrc) |
|
override void | _WB_OnDelete (IEntitySource src) |
|
override bool | _WB_CanSelect (IEntitySource src) |
|
map< int, ref ShapePointDataScriptBase > | GetFirstPointDataMap (TypeName wantedType=ShapePointDataScriptBase) |
|
map< int, ref array< ref ShapePointDataScriptBase > > | GetPointDataMap (TypeName wantedType=ShapePointDataScriptBase) |
|
static array< vector > | GetPoints (notnull IEntitySource shapeEntitySrc) |
|
static array< vector > | GetAnchorPoints (notnull IEntitySource shapeEntitySrc, float offset=0, bool isShapeClosed=false) |
|
static array< vector > | GetTesselatedShapePoints (notnull IEntitySource shapeEntitySrc, float offset=0, bool isShapeClosed=false) |
|