v2.0.2
Instance Methods | Properties | List of all members
<CC3ShadowProtocol> Protocol Reference

#import <CC3Light.h>

Inheritance diagram for <CC3ShadowProtocol>:
Inheritance graph
[legend]

Instance Methods

(void) - updateShadow
 

Properties

CC3Lightlight
 

Detailed Description

The behaviour required by objects that represent shadows cast by a light.

CAUTION: The signature of this protocol may evolve as additional shadowing techniques are introduced.

Method Documentation

- (void) updateShadow

Updates the shape and location of the shadow.

This is invoked automatically by the light during each update frame to udpate the shape and location of the shadow.

Property Documentation

- (CC3Light*) light
readwritenonatomicassign

The light casting this shadow.


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