| .. |
|
BsEngineScriptLibrary.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsManagedComponent.h
|
469ec40aa4
Animation now properly calls animation event callback methods
|
9 жил өмнө |
|
BsManagedComponentRTTI.h
|
f0f6b7ad8a
Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks
|
9 жил өмнө |
|
BsManagedDiff.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsManagedResource.h
|
6495d0a485
Refactored both script libraries so they no longer reference mono runtime directly
|
9 жил өмнө |
|
BsManagedResourceManager.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsManagedResourceMetaData.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsManagedResourceMetaDataRTTI.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsManagedResourceRTTI.h
|
f0f6b7ad8a
Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks
|
9 жил өмнө |
|
BsManagedSerializableArray.h
|
6495d0a485
Refactored both script libraries so they no longer reference mono runtime directly
|
9 жил өмнө |
|
BsManagedSerializableArrayRTTI.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsManagedSerializableDictionary.h
|
6495d0a485
Refactored both script libraries so they no longer reference mono runtime directly
|
9 жил өмнө |
|
BsManagedSerializableDictionaryRTTI.h
|
f0f6b7ad8a
Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks
|
9 жил өмнө |
|
BsManagedSerializableDiff.h
|
3ef2ddcfca
Added the ability to manually serialize and deserialize managed objects in C#
|
9 жил өмнө |
|
BsManagedSerializableDiffRTTI.h
|
172c253eea
Refactoring managed RTTI system so managed properties can also be serialized and inspected
|
9 жил өмнө |
|
BsManagedSerializableField.h
|
172c253eea
Refactoring managed RTTI system so managed properties can also be serialized and inspected
|
9 жил өмнө |
|
BsManagedSerializableFieldRTTI.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsManagedSerializableList.h
|
6495d0a485
Refactored both script libraries so they no longer reference mono runtime directly
|
9 жил өмнө |
|
BsManagedSerializableListRTTI.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsManagedSerializableObject.h
|
172c253eea
Refactoring managed RTTI system so managed properties can also be serialized and inspected
|
9 жил өмнө |
|
BsManagedSerializableObjectInfo.h
|
e394a4f07d
Fixing a bug with managed object data serialization introduced in previous commit
|
9 жил өмнө |
|
BsManagedSerializableObjectInfoRTTI.h
|
7292bed6b2
C# properties can now be inspected and serialized
|
9 жил өмнө |
|
BsManagedSerializableObjectRTTI.h
|
172c253eea
Refactoring managed RTTI system so managed properties can also be serialized and inspected
|
9 жил өмнө |
|
BsPlayInEditorManager.h
|
6e91706388
Fixing a memory corruption issue with skeletal animation poses
|
9 жил өмнө |
|
BsScriptAnimation.h
|
b89005a830
Added morph shape curve evaluation
|
9 жил өмнө |
|
BsScriptAnimationClip.h
|
ab1fe95dc9
Added root motion property to animation clip and mesh import options
|
9 жил өмнө |
|
BsScriptAnimationCurve.h
|
b5b2b76c83
Added a way to set and retrieve animation curves to AnimationClip in C#
|
9 жил өмнө |
|
BsScriptAnimationCurves.h
|
ab1fe95dc9
Added root motion property to animation clip and mesh import options
|
9 жил өмнө |
|
BsScriptAssemblyManager.h
|
7292bed6b2
C# properties can now be inspected and serialized
|
9 жил өмнө |
|
BsScriptAsyncOp.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptAudio.h
|
7b8fc664ea
Exposed global Audio manager to managed code
|
9 жил өмнө |
|
BsScriptAudioClip.h
|
32e348ea19
AudioClip exposed to managed code
|
9 жил өмнө |
|
BsScriptAudioListener.h
|
127ba3a962
Added C++ wrappers for AudioSource/AudioListener managed interop
|
9 жил өмнө |
|
BsScriptAudioSource.h
|
ab2bf04b9d
Exposed AudioSource and AudioListener to managed code
|
9 жил өмнө |
|
BsScriptBoneWeight.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptBoxCollider.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptBuiltin.h
|
f36636b63f
Updated material inspector so it shows builtin shaders
|
9 жил өмнө |
|
BsScriptCamera.h
|
8d74761ad7
Moved camera to core layer so animation manager has access to it
|
9 жил өмнө |
|
BsScriptCapsuleCollider.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptCharacterController.h
|
eb8034e70d
Fixing character controller
|
9 жил өмнө |
|
BsScriptCollider.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptCollisionData.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptColor.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptComponent.h
|
d323f43bfb
Fixing events:
|
9 жил өмнө |
|
BsScriptContextMenu.h
|
596d46c542
Exposed manual context menu opening to C#
|
9 жил өмнө |
|
BsScriptControllerCollision.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptCursor.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptDebug.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptDistanceJoint.h
|
8d394ebd50
Finishing up work on Joint initialization refactor
|
9 жил өмнө |
|
BsScriptEnginePrerequisites.h
|
7292bed6b2
C# properties can now be inspected and serialized
|
9 жил өмнө |
|
BsScriptFont.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptFontBitmap.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUI.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUIButton.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUICanvas.h
|
7dd47a2e26
Curve drawing now draws keyframe points
|
9 жил өмнө |
|
BsScriptGUIContent.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUIContentImages.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUIElement.h
|
e1daf513a5
More work on animation editor, primarily on field display and selection
|
9 жил өмнө |
|
BsScriptGUIElementStateStyle.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUIElementStyle.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptGUIFixedSpace.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUIFlexibleSpace.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUIInputBox.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUILabel.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUILayout.h
|
e1daf513a5
More work on animation editor, primarily on field display and selection
|
9 жил өмнө |
|
BsScriptGUIListBox.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUIProgressBar.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUIRenderTexture.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUIScrollArea.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUIScrollBar.h
|
9a90372f70
Scroll bar GUI element exposed to C#
|
9 жил өмнө |
|
BsScriptGUISkin.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptGUISlider.h
|
9b4afd8157
Added sliders on ranged inspector fields with stepping functionality.
|
9 жил өмнө |
|
BsScriptGUITexture.h
|
cdfa21d8bb
Started work on GUICanvas control needed for rendering things like animation curve editor
|
9 жил өмнө |
|
BsScriptGUIToggle.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGUIToggleGroup.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsScriptGUIUtility.h
|
71b1f79b19
Use hardware GUI line rendering instead of shader-based one, it didn't look as good as it needed and there were design issues
|
9 жил өмнө |
|
BsScriptGUIWidget.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGameObject.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptGameObjectManager.h
|
6495d0a485
Refactored both script libraries so they no longer reference mono runtime directly
|
9 жил өмнө |
|
BsScriptHString.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptInput.h
|
d81c51949e
Input events marked as used (i.e. by GUI) can now be detected by C# code
|
9 жил өмнө |
|
BsScriptInputConfiguration.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsScriptJoint.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptJointCommon.h
|
30f4ca0e25
Joints limits and drivers are now passed as boxed between managed and native code
|
9 жил өмнө |
|
BsScriptLight.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptLogEntry.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptManagedResource.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptMaterial.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptMesh.h
|
a1d890d07d
Exposed morph shapes to C#
|
9 жил өмнө |
|
BsScriptMeshCollider.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptMeshData.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsScriptMorphShapes.h
|
b89005a830
Added morph shape curve evaluation
|
9 жил өмнө |
|
BsScriptObject.h
|
6495d0a485
Refactored both script libraries so they no longer reference mono runtime directly
|
9 жил өмнө |
|
BsScriptObjectImpl.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptObjectManager.h
|
d05d39222f
Replacing ugly thread primitive macros with a non-macro alternative
|
9 жил өмнө |
|
BsScriptPhysics.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptPhysicsMaterial.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptPhysicsMesh.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptPhysicsQueryHit.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptPixelData.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsScriptPixelUtility.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptPlainText.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptPlaneCollider.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptPostProcessSettings.h
|
8d74761ad7
Moved camera to core layer so animation manager has access to it
|
9 жил өмнө |
|
BsScriptPrefab.h
|
6a325c9f67
Properly handle root object for generic (non-scene) prefabs
|
9 жил өмнө |
|
BsScriptProfilerOverlayInternal.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptRange.h
|
172c253eea
Refactoring managed RTTI system so managed properties can also be serialized and inspected
|
9 жил өмнө |
|
BsScriptRenderTarget.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsScriptRenderTexture.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptRenderTexture2D.h
|
9bfe9675a3
Getting rid of MultiRenderTexture as implementation is now merged into RenderTexture class since modern APIs don't make the distinction between the two
|
9 жил өмнө |
|
BsScriptRenderable.h
|
693d2e21ca
Animation culling WIP
|
9 жил өмнө |
|
BsScriptResource.h
|
a774a03552
AnimationClip foundation
|
9 жил өмнө |
|
BsScriptResourceManager.h
|
6495d0a485
Refactored both script libraries so they no longer reference mono runtime directly
|
9 жил өмнө |
|
BsScriptResourceRef.h
|
cdaaa8e6da
More work on improving documentation for Doxygen generation
|
9 жил өмнө |
|
BsScriptResources.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptRigidbody.h
|
f92ea8ea21
Removed unused Physics code
|
9 жил өмнө |
|
BsScriptScene.h
|
6a325c9f67
Properly handle root object for generic (non-scene) prefabs
|
9 жил өмнө |
|
BsScriptSceneObject.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptScriptCode.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptSerializableArray.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsScriptSerializableDictionary.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsScriptSerializableField.h
|
65f9081e9c
Added Animable flag for serializable fields
|
9 жил өмнө |
|
BsScriptSerializableList.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsScriptSerializableObject.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsScriptSerializableProperty.h
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 жил өмнө |
|
BsScriptSerializableUtility.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptShader.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptShaderInclude.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptSkeleton.h
|
f7cb54a2ad
Exposed Skeleton to C#
|
9 жил өмнө |
|
BsScriptSphereCollider.h
|
f1032db560
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptSpriteTexture.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptStep.h
|
52970a388f
Minor tweaks to follow engine guidelines
|
9 жил өмнө |
|
BsScriptStringTable.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptStringTableManager.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptTexture.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptTexture2D.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptTexture3D.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptTextureCube.h
|
855b052658
More fixes in order to get everything to compile with Clang
|
9 жил өмнө |
|
BsScriptTime.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptVector.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptVector2I.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptVirtualButton.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |
|
BsScriptVirtualInput.h
|
9fe8a629e5
More work on improving documentation for doxygen generation
|
9 жил өмнө |