Type Alias: DecalProjector
type DecalProjector = {
zIndex: Int32;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:367
Decal Projector.
Type declaration
Name | Type | Description |
---|---|---|
zIndex | Int32 | Z-Index order of the decal projection. The higher index will render on top of the lower ones. |