Class BlockAttribute
Inheritance
System.Object
BlockAttribute
Namespace: Eco.World.Blocks
Assembly: Eco.World.dll
Syntax
public abstract class BlockAttribute : Attribute
Constructors
BlockAttribute()
Declaration
protected BlockAttribute()
Properties
Unset
Set this flag to true to prevent the attribute from being applied to the block. Ex: See TilledDirtBlock.
Declaration
public bool Unset { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |