-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44ae303
commit 036e6f0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Nima-CSharp
updated
10 files
+16 −0 | Actor.cs | |
+113 −0 | ActorAxisConstraint.cs | |
+214 −0 | ActorRotationConstraint.cs | |
+162 −0 | ActorScaleConstraint.cs | |
+117 −0 | ActorTransformConstraint.cs | |
+137 −0 | ActorTranslationConstraint.cs | |
+2 −2 | Animation/ActorAnimation.cs | |
+10 −5 | Animation/KeyFrame.cs | |
+1 −1 | Animation/PropertyTypes.cs | |
+8 −0 | TransformSpace.cs |