Captainup  2.4
Properties | List of all members
<CPTLevel> Protocol Reference

#import <CPTLevel.h>

Inheritance diagram for <CPTLevel>:
<CPTObject>

Properties

NSString * levelId
 
NSString * name
 
NSString * levelDescription
 
NSUInteger ordinalNumber
 
CPTPoint points
 
NSDictionary< NSString *, id > * customData
 
NSString * imageURL
 
id< CPTImageFilesimageFiles
 
- Properties inherited from <CPTObject>
NSDictionary< NSString *, id > * sourceDictionary
 

Additional Inherited Members

- Instance Methods inherited from <CPTObject>
(nonnull instancetype) - initWithDictionary:
 
(nonnull NSDictionary< NSString *, id > *) - toDictionary
 

Detailed Description

Description

Property Documentation

◆ customData

- (NSDictionary<NSString*,id>*) customData
readnonatomicassign

The level's custom data. A dictionary between the key (always NSString) to the data (NSString, NSNumber or NSArray)

◆ imageFiles

- (id<CPTImageFiles>) imageFiles
readnonatomicassign

The level image files

◆ imageURL

- (NSString*) imageURL
readnonatomicassign

The level preset image path

◆ levelDescription

- (NSString*) levelDescription
readnonatomicassign

The level description

◆ levelId

- (NSString*) levelId
readnonatomicassign

The ID of the level

◆ name

- (NSString*) name
readnonatomicassign

The name of the level

◆ ordinalNumber

- (NSUInteger) ordinalNumber
readnonatomicassign

The level ordinal number

◆ points

- (CPTPoint) points
readnonatomicassign

The number of points needed to reach this level


The documentation for this protocol was generated from the following file: