Skip to main content

Type Alias: VolumeMaterialRef

type VolumeMaterialRef = {
value: AssetRef<VolumeMaterial>;
};

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:1114

Reference to a material to use with a volume.

Properties

value

value: AssetRef<VolumeMaterial>;

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:1118

UUID of the referenced volume material.