Uses of Class
org.robovm.apple.gameplaykit.GKComponent
| Package | Description |
|---|---|
| org.robovm.apple.gameplaykit |
-
Uses of GKComponent in org.robovm.apple.gameplaykit
Classes in org.robovm.apple.gameplaykit with type parameters of type GKComponent Modifier and Type Class Description classGKComponentSystem<T extends GKComponent>static classGKComponentSystem.GKComponentSystemPtr<T extends GKComponent>Subclasses of GKComponent in org.robovm.apple.gameplaykit Modifier and Type Class Description classGKAgentclassGKAgent2DclassGKAgent3DclassGKSCNNodeComponentclassGKSKNodeComponentMethods in org.robovm.apple.gameplaykit that return GKComponent Modifier and Type Method Description GKComponentGKEntity. getComponent(Class<? extends GKComponent> componentClass)Methods in org.robovm.apple.gameplaykit that return types with arguments of type GKComponent Modifier and Type Method Description NSArray<GKComponent>GKEntity. getComponents()Methods in org.robovm.apple.gameplaykit with parameters of type GKComponent Modifier and Type Method Description voidGKEntity. addComponent(GKComponent component)Method parameters in org.robovm.apple.gameplaykit with type arguments of type GKComponent Modifier and Type Method Description GKComponentGKEntity. getComponent(Class<? extends GKComponent> componentClass)voidGKEntity. removeComponent(Class<? extends GKComponent> componentClass)