Struct CombineInstance
Assembly: UnityEngine.dll
Syntax
public struct CombineInstance
Properties
|
Improve this Doc
View Source
lightmapScaleOffset
Declaration
public Vector4 lightmapScaleOffset { get; set; }
Property Value
|
Improve this Doc
View Source
mesh
Declaration
public Mesh mesh { get; set; }
Property Value
|
Improve this Doc
View Source
realtimeLightmapScaleOffset
Declaration
public Vector4 realtimeLightmapScaleOffset { get; set; }
Property Value
|
Improve this Doc
View Source
subMeshIndex
Declaration
public int subMeshIndex { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Matrix4x4 transform { get; set; }
Property Value
Extension Methods