Class IsFormAttribute
Inheritance
System.Object
IsFormAttribute
Assembly: Eco.World.dll
public sealed class IsFormAttribute : BlockAttribute
Constructors
Declaration
public IsFormAttribute(Type formType, Type materialType)
Parameters
Type |
Name |
Description |
System.Type |
formType |
|
System.Type |
materialType |
|
Properties
FormType for form, eg typeof(WallFormType), typeof(FloorFormType), typeof(RoofFormType).
Declaration
public Type FormType { get; }
Property Value
Type |
Description |
System.Type |
|
The item type this form can be created from.
Declaration
public Type MaterialType { get; }
Property Value
Type |
Description |
System.Type |
|