Class BlockInfo
Inheritance
System.Object
BlockInfo
Assembly: Eco.Gameplay.dll
Syntax
public class BlockInfo : Object, IController, IViewController, IHasUniversalID
Constructors
BlockInfo()
Declaration
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
CreatingItem
Declaration
public Type CreatingItem { get; set; }
Property Value
Type |
Description |
System.Type |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public HashSet<Tag> TagsOnBlockType { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.HashSet<Tag> |
|
Implements
Extension Methods