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

o

object

value

float4

the result value (0 padded as necessary)

size

int

the size of the result

Returns

bool

true if converted successfully, false if no suitable conversion exists. null cannot be converted and will return false;