IMDLMeshBuffer.FillData(NSData, nuint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes data
into the buffer at the specified offset
number of bytes.
[Foundation.Export("fillData:offset:")]
[Foundation.Preserve(Conditional=true)]
public void FillData (Foundation.NSData data, nuint offset);
abstract member FillData : Foundation.NSData * nuint -> unit
Parameters
- data
- NSData
- offset
- System.System.UIntPtr System.unativeint
- Attributes