C# Class UnityEngine.Internal_DrawMeshMatrixArguments

ファイルを表示 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_oe property

public int castShadows
return int

layer public_oe property

public int layer
return int

matrix public_oe property

public Matrix4x4,UnityEngine matrix
return Matrix4x4

receiveShadows public_oe property

public int receiveShadows
return int

reflectionProbeAnchorInstanceID public_oe property

public int reflectionProbeAnchorInstanceID
return int

submeshIndex public_oe property

public int submeshIndex
return int

useLightProbes public_oe property

public bool useLightProbes
return bool