Constructor HierarchicalSphere
HierarchicalSphere(Color, HierarchicalSphere)
Constructor. Used to setup colors and also the container if any.
선언
public HierarchicalSphere(Color baseColor, HierarchicalSphere parent = null)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Color | baseColor | The color of filling. All other colors are deduced from it. |
HierarchicalSphere | parent | The HierarchicalSphere containing this sphere. If null, the sphere will not be limited in size. |