Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OOTexture(SubclassOptional) Category Reference

#include <OOTextureInternal.h>

Instance Methods

(void) - ensureFinishedLoading
 
(BOOL) - isFinishedLoading
 
(NSString *) - cacheKey
 
(BOOL) - isRectangleTexture
 
(BOOL) - isCubeMap
 
(NSSize) - texCoordsScale
 
(struct OOPixMap- copyPixMapRepresentation
 

Detailed Description

Definition at line 55 of file OOTextureInternal.h.

Method Documentation

◆ cacheKey

- (NSString *) cacheKey

Extends class OOTexture.

Definition at line 120 of file OOTexture.m.

301{
302 return nil;
303}
return nil

◆ copyPixMapRepresentation

- (struct OOPixMap) copyPixMapRepresentation

Extends class OOTexture.

Definition at line 120 of file OOTexture.m.

327{
328 return kOONullPixMap;
329}
const OOPixMap kOONullPixMap
Definition OOPixMap.m:31

◆ ensureFinishedLoading

- (void) ensureFinishedLoading

Extends class OOTexture.

Definition at line 120 of file OOTexture.m.

290{
291}

◆ isCubeMap

- (BOOL) isCubeMap

Extends class OOTexture.

Definition at line 120 of file OOTexture.m.

339{
340 return NO;
341}

◆ isFinishedLoading

- (BOOL) isFinishedLoading

Extends class OOTexture.

Definition at line 120 of file OOTexture.m.

295{
296 return YES;
297}

◆ isRectangleTexture

- (BOOL) isRectangleTexture

Extends class OOTexture.

Definition at line 120 of file OOTexture.m.

333{
334 return NO;
335}

◆ texCoordsScale

- (NSSize) texCoordsScale

Extends class OOTexture.

Definition at line 120 of file OOTexture.m.

345{
346 return NSMakeSize(1.0, 1.0);
347}

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