Material_hasParameter function
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,
);