added some more sripttips to editor

This commit is contained in:
turanszkij
2017-04-08 01:44:49 +02:00
parent f350f0c7a8
commit ba5f6c2ddf
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -121,6 +121,7 @@ You can use the Renderer with the following functions, all of which are in the g
- SetDebugPartitionTreeEnabled(bool enabled)
- SetDebugBonesEnabled(bool enabled)
- SetVSyncEnabled(opt bool enabled)
- SetOcclusionCullingEnabled(bool enabled)
- SetPhysicsParams(opt bool rigidBodyPhysicsEnabled, opt bool softBodyPhysicsEnabled, opt int softBodyIterationCount)
- Pick(Ray ray, opt PICKTYPE pickType, opt string id="", opt string disableID="") : Object? object, Vector position,normal, float distance
- DrawLine(Vector origin,end, opt Vector color)