Show / Hide Table of Contents

Class BlockInfo

Inheritance
System.Object
BlockInfo
Implements
IController
IViewController
IHasUniversalID
Namespace: Eco.Gameplay.Types
Assembly: Eco.Gameplay.dll
Syntax
public class BlockInfo : Object, IController, IViewController, IHasUniversalID

Constructors

BlockInfo()

Declaration
public BlockInfo()

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

TagsOnBlockType

Declaration
public HashSet<Tag> TagsOnBlockType { get; set; }
Property Value
Type Description
System.Collections.Generic.HashSet<Tag>

Implements

IController
IViewController
IHasUniversalID

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾