Click or drag to resize

SurfaceCompiledSurfaceDataGetMesh Method (Int32, Int32, Boolean, Mesh, Material, Single, Boolean, Boolean, Single)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetMesh(
	int variationGroup,
	int variationElement,
	out bool enabled,
	out Mesh mesh,
	out Material replaceMaterial,
	out float visibilityDistanceFactor,
	out bool castShadows,
	out bool receiveDecals,
	out float motionBlurFactor
)

Parameters

variationGroup
Type: SystemInt32
variationElement
Type: SystemInt32
enabled
Type: SystemBoolean
mesh
Type: NeoAxisMesh
replaceMaterial
Type: NeoAxisMaterial
visibilityDistanceFactor
Type: SystemSingle
castShadows
Type: SystemBoolean
receiveDecals
Type: SystemBoolean
motionBlurFactor
Type: SystemSingle
See Also