Property | Type | Description | |
---|---|---|---|
baseOffset | float | ||
radius | float |
Method | Description | |
---|---|---|
BuildVertices ( List |
||
Cap ( float sphereFactor, float noise, int mappingMode, float mappingScale, List |
||
Clone ( ) : |
||
Connect ( |
||
Reset ( float r, |
||
SetAnimationProperties ( float primaryFactor, float secondaryFactor, float edgeFactor, float phase ) : void | ||
SetFlares ( float radius, float noise ) : void | ||
SetNoise ( float scale, float scaleU, float scaleV ) : void | ||
SetNoiseSeed ( int seed ) : void | ||
SetSpread ( float top, float bottom ) : void | ||
SetSurfaceAngle ( float angleDeg ) : void |
public Cap ( float sphereFactor, float noise, int mappingMode, float mappingScale, List |
||
sphereFactor | float | |
noise | float | |
mappingMode | int | |
mappingScale | float | |
verts | List |
|
tris | List |
|
materialIndex | int | |
return | void |
public Connect ( |
||
other | ||
tris | List |
|
materialIndex | int | |
flipTris | bool | |
lowres | bool | |
return | void |
public Reset ( float r, |
||
r | float | |
m | ||
bOffset | float | |
segs | int | |
return | void |
public SetAnimationProperties ( float primaryFactor, float secondaryFactor, float edgeFactor, float phase ) : void | ||
primaryFactor | float | |
secondaryFactor | float | |
edgeFactor | float | |
phase | float | |
return | void |
public SetFlares ( float radius, float noise ) : void | ||
radius | float | |
noise | float | |
return | void |
public SetNoise ( float scale, float scaleU, float scaleV ) : void | ||
scale | float | |
scaleU | float | |
scaleV | float | |
return | void |
public static SetNoiseSeed ( int seed ) : void | ||
seed | int | |
return | void |
public SetSpread ( float top, float bottom ) : void | ||
top | float | |
bottom | float | |
return | void |
public SetSurfaceAngle ( float angleDeg ) : void | ||
angleDeg | float | |
return | void |