C# Class UnityEngine.Internal_DrawMeshMatrixArguments

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
castShadows int
layer int
matrix Matrix4x4
receiveShadows int
reflectionProbeAnchorInstanceID int
submeshIndex int
useLightProbes bool

Property Details

castShadows public property

public int castShadows
return int

layer public property

public int layer
return int

matrix public property

public Matrix4x4,UnityEngine matrix
return Matrix4x4

receiveShadows public property

public int receiveShadows
return int

reflectionProbeAnchorInstanceID public property

public int reflectionProbeAnchorInstanceID
return int

submeshIndex public property

public int submeshIndex
return int

useLightProbes public property

public bool useLightProbes
return bool