public class DrawSphereComponent extends AbstractPrimitiveComponent
className, name| Constructor and Description |
|---|
DrawSphereComponent(String componentName,
String archetypeName,
float sphereRadius) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDrawLitSphere() |
Boolean |
getDrawWireSphere() |
Color |
getSphereColor() |
Float |
getSphereRadius() |
Integer |
getSphereSides() |
void |
setDrawLitSphere(Boolean drawLitSphere) |
void |
setDrawWireSphere(Boolean drawWireSphere) |
void |
setSphereColor(Color sphereColor) |
void |
setSphereRadius(Float sphereRadius) |
void |
setSphereSides(Integer sphereSides) |
getAlwaysLoadOnClient, getAlwaysLoadOnServer, getHiddenGame, getLightingChannels, getNameForReferences, getObjName, getReplacementPrimitive, setAlwaysLoadOnClient, setAlwaysLoadOnServer, setHiddenGame, setLightingChannels, setNameForReferences, setObjName, setReplacementPrimitivegetArchetype, getDefaultArchetypegetClassName, getName, getReference, setNamepublic Float getSphereRadius()
public void setSphereRadius(Float sphereRadius)
public Boolean getDrawLitSphere()
public void setDrawLitSphere(Boolean drawLitSphere)
public Boolean getDrawWireSphere()
public void setDrawWireSphere(Boolean drawWireSphere)
public Color getSphereColor()
public void setSphereColor(Color sphereColor)
public Integer getSphereSides()
public void setSphereSides(Integer sphereSides)
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.