MaterialInstance_isStencilWriteEnabled function
- @Native<Bool Function(Pointer<
TMaterialInstance> )>(ffi.Pointer<TMaterialInstance>)>(isLeaf: true)
- Pointer<
TMaterialInstance> materialInstance
Implementation
@ffi.Native<ffi.Bool Function(ffi.Pointer<TMaterialInstance>)>(isLeaf: true)
external bool MaterialInstance_isStencilWriteEnabled(
ffi.Pointer<TMaterialInstance> materialInstance,
);