I hereby claim:
- I am piyanggoon on github.
- I am piyanggoon (https://keybase.io/piyanggoon) on keybase.
- I have a public key ASCAcdj44IyvZwUF9WRrB6if_tNo_vNK7bDlgEQGsQMPxgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import MaxPlus | |
| from MaxPlus import Matrix3, Point4, Point3, Quat | |
| class Bones: | |
| name = '' | |
| parentID = -1 | |
| mAbsPlacement = Matrix3() | |
| qRelPlacement = Quat() | |
| vRelPlacement = Point3() | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using Sirenix.OdinInspector; | |
| using UnityEngine; | |
| public class CharacterHelper : SerializedMonoBehaviour | |
| { | |
| public Dictionary<string, AnimatorStruct> AnimatorController; | |
| void Update() |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using Sirenix.OdinInspector; | |
| using UnityEngine; | |
| public class CharacterHelper : SerializedMonoBehaviour | |
| { | |
| public Dictionary<string, AnimatorStruct> AnimatorController; | |
| void Update() |