Class BlockFormData
Inheritance
System.Object
BlockFormData
Assembly: Eco.Gameplay.dll
public class BlockFormData : Object, IController, IViewController, IHasUniversalID
Constructors
Declaration
Properties
Declaration
public BlockForm[] BlockForms { get; }
Property Value
Declaration
public HashSet<Type> BlockTypeHasForms { get; }
Property Value
Type |
Description |
System.Collections.Generic.HashSet<System.Type> |
|
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public FormGroup[] FormGroups { get; }
Property Value
Declaration
public FormType[] FormTypes { get; }
Property Value
Declaration
public Dictionary<int, BlockForm[]> ToolToForms { get; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Int32, BlockForm[]> |
|
Declaration
public Dictionary<Type, BlockForm[]> TypeToForms { get; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Type, BlockForm[]> |
|
Implements
Extension Methods