Method ConstructComponentFromBuffer
ConstructComponentFromBuffer(TypeIndex, void*)
Used by codegen. Create an instance of a component type from a given buffer of data
Declaration
public static object ConstructComponentFromBuffer(TypeIndex typeIndex, void* data)
Parameters
Returns
Type | Description |
---|---|
object | Boxed component instance |