Property | Type | Description | |
---|---|---|---|
material | Material | ||
normals | Vector3[] | ||
positions | Vector3[] | ||
width | float |
Method | Description | |
---|---|---|
GetNormals ( ) : Vector3[] | ||
GetPositions ( ) : Vector3[] | ||
GetWidth ( ) : float | ||
Initialize ( ) : void | ||
SetMaterial ( Material newMaterial ) : void | ||
SetNormal ( int index, Vector3 normal ) : void | ||
SetNormalCount ( int count ) : void | ||
SetPosition ( int index, Vector3 position ) : void | ||
SetVertexCount ( int count ) : void | ||
SetWidth ( float width ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
UpdateMesh ( ) : void |
public SetMaterial ( Material newMaterial ) : void | ||
newMaterial | Material | |
return | void |
public SetNormal ( int index, Vector3 normal ) : void | ||
index | int | |
normal | Vector3 | |
return | void |
public SetPosition ( int index, Vector3 position ) : void | ||
index | int | |
position | Vector3 | |
return | void |