ICollectorHolder Interface
Namespace: Stride.CoreAssembly: Stride.Core.dll
Interface ICollectorHolder for an instance that can collect other instance.
public interface ICollectorHolder
Name | Description | |
---|---|---|
Properties | ||
Collector | Gets the collector. |
Properties
Collector
Gets the collector.
ObjectCollector Collector { get; }
Property Value
Type | Description |
---|---|
ObjectCollector | The collector. |