Uses of Class
com.xebisco.yield.Entity2DPrefab
Packages that use Entity2DPrefab
-
Uses of Entity2DPrefab in com.xebisco.yield
Methods in com.xebisco.yield that return Entity2DPrefabModifier and TypeMethodDescriptionEntity2DPrefab.children()The function returns an array of 2D entity prefabs that are children of a parent entity.Methods in com.xebisco.yield with parameters of type Entity2DPrefabModifier and TypeMethodDescriptionEntity2DContainer.instantiate(Entity2DPrefab prefab) This function instantiates a 2D entity using a prefab and returns it.Entity2DContainer.instantiate(Entity2DPrefab prefab, EntityStarter entityStarter) This function instantiates aEntity2Dusing a prefab and its components, sets its tags and parent, adds it to a list of entities, and starts it.Constructors in com.xebisco.yield with parameters of type Entity2DPrefabModifierConstructorDescriptionEntity2DPrefab(Entity2DPrefab[] children, ComponentCreation... components) The constructor that initializes theEntity2DPrefabwith children and components.Entity2DPrefab(Entity2DPrefab[] children, String[] tags, ComponentCreation... components) The constructor that initializes theEntity2DPrefabwith children, components, and tags.