Class BlockDebugUtil
Inheritance
System.Object
BlockDebugUtil
Namespace: Eco.Gameplay
Assembly: Eco.Gameplay.dll
Syntax
public static class BlockDebugUtil : Object
Methods
BuildBlocks(Player, Vector3i, IEnumerable<Type>, Boolean, Int32)
Declaration
public static void BuildBlocks(Player player, Vector3i size, IEnumerable<Type> type, bool buildPattern, int rows = 1)
Parameters
| Type | Name | Description |
|---|---|---|
| Player | player | |
| Vector3i | size | |
| System.Collections.Generic.IEnumerable<System.Type> | type | |
| System.Boolean | buildPattern | |
| System.Int32 | rows |