Show / Hide Table of Contents

Class BlockFillData

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

Constructors

BlockFillData()

Declaration
public BlockFillData()

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
Type Description
BlockFill[]

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
Type Description
BlockFill

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
☀
☾