MaterialInstance_setTransparencyMode function
- @Native<
Void Function(Pointer< (ffi.Pointer<TMaterialInstance>, ffi.UnsignedInt)>(isLeaf: true)TMaterialInstance> , UnsignedInt)>
- Pointer<
TMaterialInstance> materialInstance, - int transparencyMode
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<TMaterialInstance>, ffi.UnsignedInt)>(
isLeaf: true)
external void MaterialInstance_setTransparencyMode(
ffi.Pointer<TMaterialInstance> materialInstance,
int transparencyMode,
);