Show / Hide Table of Contents

Interface IRotatableNode

A Node that implements this will have its called when its NodeContainerComponent is rotated.

Namespace: Content.Server.NodeContainer.Nodes
Assembly: Content.Server.dll
Syntax
public interface IRotatableNode

Methods

| Improve this Doc View Source

RotateNode(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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾