Show / Hide Table of Contents

Struct CombineInstance

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct CombineInstance

Properties

| Improve this Doc View Source

lightmapScaleOffset

Declaration
public Vector4 lightmapScaleOffset { get; set; }
Property Value
Type Description
Vector4
| Improve this Doc View Source

mesh

Declaration
public Mesh mesh { get; set; }
Property Value
Type Description
Mesh
| Improve this Doc View Source

realtimeLightmapScaleOffset

Declaration
public Vector4 realtimeLightmapScaleOffset { get; set; }
Property Value
Type Description
Vector4
| Improve this Doc View Source

subMeshIndex

Declaration
public int subMeshIndex { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

transform

Declaration
public Matrix4x4 transform { get; set; }
Property Value
Type Description
Matrix4x4

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX