Table of Contents

Interface IInternalComponentHub

Namespace
Cobilas.GodotEngine.Component
Assembly
com.cobilas.godot.icomponent.dll

Interface for inner class for handling IComponentHub.

public interface IInternalComponentHub : IComponentHub, IEnumerable<Node>, IEnumerable
Inherited Members

Properties

Entity

The Godot.Node object that is associated.

Node? Entity { get; }

Property Value

Node

Returns the associated Godot.Node object.