Interface IRotatableNode
A Node that implements this will have its
Namespace: Content.Server.NodeContainer.Nodes
Assembly: Content.Server.dll
Syntax
public interface IRotatableNode
Methods
| Improve this Doc View SourceRotateNode(MoveEvent)
Rotates this Node. Returns true if the node's connections need to be updated.
Declaration
bool RotateNode(in MoveEvent ev)
Parameters
Type | Name | Description |
---|---|---|
MoveEvent | ev |
Returns
Type | Description |
---|---|
System.Boolean |