Material_hasParameter function

  1. @Native<Bool Function(Pointer<TMaterial>, Pointer<Char>)>(ffi.Pointer<TMaterial>, ffi.Pointer<ffi.Char>)>(isLeaf: true)
bool Material_hasParameter(
  1. Pointer<TMaterial> tMaterial,
  2. Pointer<Char> propertyName
)

Implementation

@ffi.Native<ffi.Bool Function(ffi.Pointer<TMaterial>, ffi.Pointer<ffi.Char>)>(
    isLeaf: true)
external bool Material_hasParameter(
  ffi.Pointer<TMaterial> tMaterial,
  ffi.Pointer<ffi.Char> propertyName,
);