mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
ScriptCore: Added Parent property to Transform
This commit is contained in:
@@ -67,6 +67,12 @@ internal static class ScriptGlue
|
||||
|
||||
#region TransformComponent
|
||||
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
internal static extern void Transform_GetParent(UUID entityId, out UUID parentId);
|
||||
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
internal static extern void Transform_SetParent(UUID entityId, in UUID parentId);
|
||||
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
internal static extern void Transform_GetTranslation(UUID entityId, out float3 translation);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user