Struct DeferredCreate
- Namespace
- Frent
- Assembly
- Frent.dll
Tag struct that indicates an entity is a deferred creation entity. This means it was created during a world update and will have its components added on afterwards.
[Obsolete("Unused. Entity creation during updates is fully supported.")]
public struct DeferredCreate
- Inherited Members