Parameter list items for using LoadTileFabs(List<TileFabLoadParams> loadParams, ref List<TilefabLoadResults> loadResultsList) INTENTIONALLY not serializable since contents are not completely serializable.
More...
|
| | TileFabLoadParams (Tilemap? tileParent, TpTileFab tileFab, Vector3Int offset, TpTileBundle.TilemapRotation rotation, FabOrBundleLoadFlags loadFlags, Dictionary< string, Tilemap > targetMap, Func< FabOrBundleFilterType, BoundsInt, object, bool >? filter=null) |
| | Ctor.
|
|
| bool | Valid [get] |
| | Normally true, but is false if non-parameter constructor used. Indicates an error if false.
|
Parameter list items for using LoadTileFabs(List<TileFabLoadParams> loadParams, ref List<TilefabLoadResults> loadResultsList) INTENTIONALLY not serializable since contents are not completely serializable.
◆ TileFabLoadParams()
| TilePlus.TileFabLoadParams.TileFabLoadParams |
( |
Tilemap? | tileParent, |
|
|
TpTileFab | tileFab, |
|
|
Vector3Int | offset, |
|
|
TpTileBundle.TilemapRotation | rotation, |
|
|
FabOrBundleLoadFlags | loadFlags, |
|
|
Dictionary< string, Tilemap > | targetMap, |
|
|
Func< FabOrBundleFilterType, BoundsInt, object, bool >? | filter = null ) |
Ctor.
- Parameters
-
| tileParent | Parent Tilemap of Tile, if the request is coming from a tile. Otherwise leave null |
| tileFab | The TileFab to load |
| offset | The position to place the TileFab |
| rotation | The rotation to be applied (not implemented) |
| loadFlags | Control flags. See TileFabLib |
| targetMap | Mapping from Tilemap Names in the TileFab to Tilemap references in the scene: a speedup. |
| filter | The filter, as described in the docs |
◆ m_Filter
The filter, as described in the docs.
◆ m_Immortal
| bool TilePlus.TileFabLoadParams.m_Immortal |
Mark this zone as immortal. Zone will never be removed by Layout.
◆ m_LoadFlags
◆ m_Offset
| readonly Vector3Int TilePlus.TileFabLoadParams.m_Offset |
The position to place the TileFab.
◆ m_Reserved
| bool TilePlus.TileFabLoadParams.m_Reserved |
Mark this zone reserved. See ZoneRegistration class.
◆ m_Rotation
The rotation to be applied (not implemented)
◆ m_TargetMap
| Dictionary<string, Tilemap> TilePlus.TileFabLoadParams.m_TargetMap |
Mapping from Tilemap Names in the TileFab to Tilemap references in the scene: a speedup.
◆ m_TileFab
| TpTileFab TilePlus.TileFabLoadParams.m_TileFab |
◆ m_TileParent
| readonly? Tilemap TilePlus.TileFabLoadParams.m_TileParent |
Parent Tilemap of Tile, if the request is coming from a tile. Otherwise leave null.
◆ Valid
| bool TilePlus.TileFabLoadParams.Valid |
|
get |
Normally true, but is false if non-parameter constructor used. Indicates an error if false.
true if valid; otherwise, false.
The documentation for this class was generated from the following file:
- /Users/jms/Documents/Tpt_55/TPT55/Assets/Plugins/TilePlus/Runtime/FabAndZone/ClassesEnums/TileFabLibClasses.cs