Class SimpleLineRenderInfo
Inheritance
SimpleLineRenderInfo
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public class SimpleLineRenderInfo : IDataImpressionRenderInfo
Fields
|
Improve this Doc
View Source
indices
Declaration
Field Value
|
Improve this Doc
View Source
normals
Declaration
public Vector3[][] normals
Field Value
Type |
Description |
Vector3[][] |
|
|
Improve this Doc
View Source
scalars
Declaration
Field Value
Type |
Description |
Color[][] |
|
|
Improve this Doc
View Source
uvs
Declaration
Field Value
Type |
Description |
Vector2[][] |
|
|
Improve this Doc
View Source
vertices
Declaration
public Vector3[][] vertices
Field Value
Type |
Description |
Vector3[][] |
|
Implements