Class GKCompositeBehavior

    • Constructor Detail

      • GKCompositeBehavior

        public GKCompositeBehavior()
      • GKCompositeBehavior

        protected GKCompositeBehavior​(NSObject.Handle h,
                                      long handle)
    • Method Detail

      • getBehaviorCount

        public long getBehaviorCount()
      • setWeightforBehavior

        public void setWeightforBehavior​(float weight,
                                         GKBehavior behavior)
      • weightForBehavior

        public float weightForBehavior​(GKBehavior behavior)
      • removeBehavior

        public void removeBehavior​(GKBehavior behavior)
      • removeAllBehaviors

        public void removeAllBehaviors()
      • getBehaviour

        public GKBehavior getBehaviour​(long idx)
      • setObjectforKeyedSubscript

        public void setObjectforKeyedSubscript​(NSNumber weight,
                                               GKBehavior behavior)
      • objectForKeyedSubscript

        public NSNumber objectForKeyedSubscript​(GKBehavior behavior)