Uses of Class
com.xebisco.yield.ComponentCreation
Packages that use ComponentCreation
-
Uses of ComponentCreation in com.xebisco.yield
Methods in com.xebisco.yield that return ComponentCreationModifier and TypeMethodDescriptionEntity2DPrefab.components()The function returns an array ofComponentCreationobjects.Constructors in com.xebisco.yield with parameters of type ComponentCreationModifierConstructorDescriptionEntity2DPrefab(ComponentCreation... components) Entity2DPrefab(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.Entity2DPrefab(String[] tags, ComponentCreation... components) The constructor that initializes theEntity2DPrefabwith components.