-
Notifications
You must be signed in to change notification settings - Fork 0
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
1345662
commit cb0a9d4
Showing
3 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
SA3D.Modeling.Animation.Keyframes.EnsureKeyframes(SA3D.Modeling.Animation.KeyframeAttributes targets, uint endFrame) -> void | ||
SA3D.Modeling.Animation.Motion.EnsureKeyframes(SA3D.Modeling.Animation.KeyframeAttributes targetTypes) -> void | ||
SA3D.Modeling.Structs.BAMSFHelper | ||
SA3D.Modeling.Structs.FloatIOType.BAMS16F = 5 -> SA3D.Modeling.Structs.FloatIOType | ||
SA3D.Modeling.Structs.FloatIOType.BAMS32F = 6 -> SA3D.Modeling.Structs.FloatIOType | ||
static readonly SA3D.Modeling.Structs.BAMSFHelper.BAMSF2Deg -> float | ||
static readonly SA3D.Modeling.Structs.BAMSFHelper.BAMSF2Rad -> float | ||
static SA3D.Modeling.Structs.BAMSFHelper.BAMSFToDeg(int BAMS) -> float | ||
static SA3D.Modeling.Structs.BAMSFHelper.BAMSFToRad(int BAMS) -> float | ||
static SA3D.Modeling.Structs.BAMSFHelper.DegToBAMSF(float deg) -> int | ||
static SA3D.Modeling.Structs.BAMSFHelper.RadToBAMSF(float rad) -> int | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters