Class BlockFillData
Inheritance
System.Object
BlockFillData
Assembly: Eco.Gameplay.dll
Syntax
public class BlockFillData : Object, IController, IViewController, IHasUniversalID
Constructors
BlockFillData()
Declaration
Fields
BlockFillTypeDictionary
Declaration
public static Dictionary<Type, BlockFill> BlockFillTypeDictionary
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Type, BlockFill> |
|
Properties
BlockFills
Declaration
public BlockFill[] BlockFills { get; }
Property Value
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Get(Type)
Declaration
public static BlockFill Get(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Implements
Extension Methods