MaterialInstance_setParameterInt function
- Pointer<
TMaterialInstance> materialInstance, - Pointer<
Char> propertyName, - int value
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<TMaterialInstance>, ffi.Pointer<ffi.Char>,
ffi.Int)>(isLeaf: true)
external void MaterialInstance_setParameterInt(
ffi.Pointer<TMaterialInstance> materialInstance,
ffi.Pointer<ffi.Char> propertyName,
int value,
);