Allow colorizations to be modified in a character descriptor.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1785 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: CharacterDescriptor.java,v 1.8 2002/06/18 04:55:44 shaper Exp $
|
||||
// $Id: CharacterDescriptor.java,v 1.9 2002/10/07 23:58:29 mdb Exp $
|
||||
|
||||
package com.threerings.cast;
|
||||
|
||||
@@ -49,6 +49,14 @@ public class CharacterDescriptor
|
||||
return _zations;
|
||||
}
|
||||
|
||||
/**
|
||||
* Updates the colorizations to be used by this character descriptor.
|
||||
*/
|
||||
public void setColorizations (Colorization[][] zations)
|
||||
{
|
||||
_zations = zations;
|
||||
}
|
||||
|
||||
/**
|
||||
* Compute a sensible hashcode for this object.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user