@Retention(value=RUNTIME) @Target(value=FIELD) public @interface EntityId
Marks int
and IntBag
fields as holding entity id:s.
Only works on component types. This annotation ensures that:
EntityLinkManager
is registed with the world.@JvmField
.
Annotation has no effect on Bag
-of-entities and plain Entity
fields.
Copyright © 2019. All rights reserved.