Class BlockProbe
Inheritance
System.Object
BlockProbe
Assembly: Eco.Gameplay.dll
Syntax
public class BlockProbe : Object
Constructors
BlockProbe(WorldObject, Vector3i, Action<Type>)
Declaration
public BlockProbe(WorldObject obj, Vector3i offset, Action<Type> onChanged)
Parameters
BlockProbe(Vector3i, Action<Type>)
Declaration
public BlockProbe(Vector3i worldPos, Action<Type> onChanged)
Parameters
Type |
Name |
Description |
Vector3i |
worldPos |
|
System.Action<System.Type> |
onChanged |
|
Properties
BlockType
Declaration
public Type BlockType { get; }
Property Value
Type |
Description |
System.Type |
|
Methods
Tick()
Declaration
Extension Methods