Poi2D Class Reference
| Inherits from | Poi : NSObject |
|---|---|
| Declared in | Poi2D.h |
isPoiBeingLoaded
isPoiBeingLoaded whether the POI is being loaded or not
@property (nonatomic, assign) BOOL isPoiBeingLoadedDeclared In
Poi2D.h
isPoiLoaded
isPoiLoaded whether the POI is loaded or not
@property (nonatomic, assign) BOOL isPoiLoadedDeclared In
Poi2D.h
isFileSaved
isFileSaved whether the texture has been locally stored
@property (nonatomic, assign) BOOL isFileSavedDeclared In
Poi2D.h
url
url URL to download the texture to display
@property (nonatomic, strong) NSURL *urlDeclared In
Poi2D.h
frameLoading
frameLoading current frame being load on POI
@property (nonatomic) NSInteger frameLoadingDeclared In
Poi2D.h
texturePath
texturePath 2D POI texture
@property (nonatomic, strong) NSString *texturePathDeclared In
Poi2D.h
fileSelTexturePath
fileSelTexturePath path to the selection remote texture
@property (nonatomic, strong) NSString *fileSelTexturePathDeclared In
Poi2D.h
fileSelNonTexturePath
fileSelNonTexturePath path to the non selection remote texture
@property (nonatomic, strong) NSString *fileSelNonTexturePathDeclared In
Poi2D.h
– setSelectedAlpha:
set POI alpha on selection
- (void)setSelectedAlpha:(CGFloat)selectedAlphaParameters
selectedAlpha |
alpha of the poi |
|---|
Declared In
Poi2D.h
– getSelectedAlpha
get POI alpha on selection
- (CGFloat)getSelectedAlphaReturn Value
selectedAlpha alpha of the poi
Declared In
Poi2D.h
– setNotSelectedAlpha:
set not selected POI alpha
- (void)setNotSelectedAlpha:(CGFloat)notSelectedAlphaParameters
notSelectedAlpha |
alpha of the poi |
|---|
Declared In
Poi2D.h
– getNotSelectedAlpha
get not selected POI alpha
- (CGFloat)getNotSelectedAlphaReturn Value
notSelectedAlpha alpha of the poi
Declared In
Poi2D.h
– setTextureSelectionPath:
set POI texture on selection
- (void)setTextureSelectionPath:(NSString *)textureSelectionPathParameters
textureSelectionPath |
2D POI selection texture |
|---|
Declared In
Poi2D.h
– getTextureSelectionPath
get POI texture on selection
- (NSString *)getTextureSelectionPathReturn Value
textureSelectionPath 2D POI selection texture
Declared In
Poi2D.h
– setTextureNonSelectionPath:
set not selected POI texture
- (void)setTextureNonSelectionPath:(NSString *)textureNonSelectionPathParameters
textureNonSelectionPath |
2D POI non selection texture |
|---|
Declared In
Poi2D.h
– getTextureNonSelectionPath
get not selected POI texture
- (NSString *)getTextureNonSelectionPathReturn Value
textureNonSelectionPath 2D POI non selection texture
Declared In
Poi2D.h
– setTextureSelectionPathFromView:
set 2D POI texture from resources
- (void)setTextureSelectionPathFromView:(UIView *)viewParameters
view |
UIView to set as image |
|---|
Declared In
Poi2D.h
– setTextureNonSelectionPathFromView:
set 2D POI texture from resources
- (void)setTextureNonSelectionPathFromView:(UIView *)viewParameters
view |
UIView to set as image |
|---|
Declared In
Poi2D.h