Marshal.TryToZeroFloat4 Method (object, float4, int)
Converts a value to a float4. Unlike ToFloat4
this will zero extend the missing components.
Location
- Namespace
- Fuse
- Package
- Fuse.Marshal 2.9.1
Parameters
Returns
true if converted successfully, false if no suitable conversion exists. null
cannot be converted and will return false;