Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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 631 of file OOTexture.m.

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

References OOTextureSpecFromObject().

+ Here is the call graph for this function:

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