org.cogchar.api.humanoid
Class HumanoidConfig

java.lang.Object
  extended by org.cogchar.api.humanoid.HumanoidConfig

public class HumanoidConfig
extends Object

This class serves as a place to hold the humanoid config (right now, the stuff on the "Humanoids" spreadsheet tab) for a single character. It can be updated on graph changes, etc.

Author:
Ryan Biggs

Field Summary
 org.appdapter.core.name.Ident myCharIdent
           
 Float[] myInitialPosition
           
 String myJointConfigPath
           
 String myMeshPath
           
 String myNickname
           
 boolean myPhysicsFlag
           
 float myScale
           
 
Constructor Summary
HumanoidConfig(org.appdapter.help.repo.RepoClient qi, org.appdapter.core.name.Ident charIdent, org.appdapter.core.name.Ident graphIdent)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myCharIdent

public org.appdapter.core.name.Ident myCharIdent

myNickname

public String myNickname

myMeshPath

public String myMeshPath

myJointConfigPath

public String myJointConfigPath

myInitialPosition

public Float[] myInitialPosition

myScale

public float myScale

myPhysicsFlag

public boolean myPhysicsFlag
Constructor Detail

HumanoidConfig

public HumanoidConfig(org.appdapter.help.repo.RepoClient qi,
                      org.appdapter.core.name.Ident charIdent,
                      org.appdapter.core.name.Ident graphIdent)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2013. All Rights Reserved.