VisualServerSingleton.instanceSetTransform

Sets the world space transform of the instance. Equivalent to Spatial.transform.

struct VisualServerSingleton
@nogc nothrow
void
instanceSetTransform
(
in RID instance
,
in Transform transform
)

Meta