Squeak Class Documentation category index | class index  
 
AliceActor
  category: Balloon3D-Alice Cast
  superclass: AliceHierarchical
  subclasses: AliceLight AliceCamera

No comment. Sorry.

instance methods
  drawing
  drawMesh:
renderOn:

  initialization
  initializeFor:

class methods
  instance creation
  newFor:

  unique name creation
  uniqueNameFrom:

instance methods
  drawing top  
 

drawMesh:

Draw the mesh for this actor.


 

renderOn:

Draw the actor.


  initialization top  
 

initializeFor:

Initialize the instance variables for the AliceActor


class methods
  instance creation top  
 

newFor:

Create a new instance for this World.


  unique name creation top  
 

uniqueNameFrom:

If aName is not an instance variable of this class, returns aName. Otherwise it returns a unique name based on aName that is not an instance var.