scottyboy805 / dotnow-interpreter

A pure C# CIL interpreter designed to load and execute managed code on IL2CPP (Unity) platforms.
MIT License
139 stars 16 forks source link

Added direct call bindings for more Unity components #15

Closed Lr-K closed 2 years ago

Lr-K commented 2 years ago

Added some more DirectCallBindings to access various parts of Unity components. Also matched some #defines from the existing Transform DirectCallBinding

Unity components affected