Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public interface ISnapBehavior
|
||||
{
|
||||
/// <summary>
|
||||
/// Called every frame after socket scanning.
|
||||
/// Returns true if a snap was applied and false if failed.
|
||||
/// </summary>
|
||||
bool TrySnap(BlockEditContext ctx);
|
||||
}
|
||||
Reference in New Issue
Block a user