Oolite
Loading...
Searching...
No Matches
NSDictionary(OOTextureConveniences) Category Reference

#include <OOTexture.h>

Instance Methods

(NSDictionary *) - oo_textureSpecifierForKey:defaultName:
 

Detailed Description

Definition at line 275 of file OOTexture.h.

Method Documentation

◆ oo_textureSpecifierForKey:defaultName:

- (NSDictionary *) oo_textureSpecifierForKey: (id)  key
defaultName: (NSString *)  name 

Definition at line 923 of file OOTexture.m.

630 :(id)key defaultName:(NSString *)name
631{
632 return OOTextureSpecFromObject([self objectForKey:key], name);
633}
NSDictionary * OOTextureSpecFromObject(id object, NSString *defaultName)
Definition OOTexture.m:646

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