Show / Hide Table of Contents

Class IsFormAttribute

Inheritance
System.Object
BlockAttribute
IsFormAttribute
Inherited Members
BlockAttribute.Unset
Namespace: Eco.World.Blocks
Assembly: Eco.World.dll
Syntax
public sealed class IsFormAttribute : BlockAttribute

Constructors

IsFormAttribute(Type, Type)

Declaration
public IsFormAttribute(Type formType, Type materialType)
Parameters
Type Name Description
System.Type formType
System.Type materialType

Properties

FormType

FormType for form, eg typeof(WallFormType), typeof(FloorFormType), typeof(RoofFormType).

Declaration
public Type FormType { get; }
Property Value
Type Description
System.Type

MaterialType

The item type this form can be created from.

Declaration
public Type MaterialType { get; }
Property Value
Type Description
System.Type
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾