Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
NSArray(OOTextureConveniences) Category Reference

#include <OOTexture.h>

Instance Methods

(NSDictionary *) - oo_textureSpecifierAtIndex:defaultName:
 

Detailed Description

Definition at line 279 of file OOTexture.h.

Method Documentation

◆ oo_textureSpecifierAtIndex:defaultName:

- (NSDictionary *) oo_textureSpecifierAtIndex: (unsigned) index
defaultName: (NSString *) name 

Definition at line 924 of file OOTexture.m.

640 :(unsigned)index defaultName:(NSString *)name
641{
642 return OOTextureSpecFromObject([self objectAtIndex:index], name);
643}
NSDictionary * OOTextureSpecFromObject(id object, NSString *defaultName)
Definition OOTexture.m:647

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