Uses of Class
org.robovm.apple.gameplaykit.GKBehavior
| Package | Description |
|---|---|
| org.robovm.apple.gameplaykit |
-
Uses of GKBehavior in org.robovm.apple.gameplaykit
Subclasses of GKBehavior in org.robovm.apple.gameplaykit Modifier and Type Class Description classGKCompositeBehaviorMethods in org.robovm.apple.gameplaykit that return GKBehavior Modifier and Type Method Description GKBehaviorGKAgent. getBehavior()GKBehaviorGKCompositeBehavior. getBehaviour(long idx)Methods in org.robovm.apple.gameplaykit with parameters of type GKBehavior Modifier and Type Method Description NSNumberGKCompositeBehavior. objectForKeyedSubscript(GKBehavior behavior)voidGKCompositeBehavior. removeBehavior(GKBehavior behavior)voidGKAgent. setBehavior(GKBehavior v)voidGKCompositeBehavior. setObjectforKeyedSubscript(NSNumber weight, GKBehavior behavior)voidGKCompositeBehavior. setWeightforBehavior(float weight, GKBehavior behavior)floatGKCompositeBehavior. weightForBehavior(GKBehavior behavior)Method parameters in org.robovm.apple.gameplaykit with type arguments of type GKBehavior Modifier and Type Method Description protected static longGKCompositeBehavior. create0(NSArray<GKBehavior> behaviors)protected static longGKCompositeBehavior. create0(NSArray<GKBehavior> behaviors, NSArray<NSNumber> weights)Constructor parameters in org.robovm.apple.gameplaykit with type arguments of type GKBehavior Constructor Description GKCompositeBehavior(NSArray<GKBehavior> behaviors)GKCompositeBehavior(NSArray<GKBehavior> behaviors, NSArray<NSNumber> weights)