MaterialInstance_setStencilReferenceValue function

  1. @Native<Void Function(Pointer<TMaterialInstance>, Uint8, UnsignedInt)>(ffi.Pointer<TMaterialInstance>, ffi.Uint8, ffi.UnsignedInt)>(isLeaf: true)
void MaterialInstance_setStencilReferenceValue(
  1. Pointer<TMaterialInstance> materialInstance,
  2. int value,
  3. int face
)

Implementation

@ffi.Native<
    ffi.Void Function(ffi.Pointer<TMaterialInstance>, ffi.Uint8,
        ffi.UnsignedInt)>(isLeaf: true)
external void MaterialInstance_setStencilReferenceValue(
  ffi.Pointer<TMaterialInstance> materialInstance,
  int value,
  int face,
);