├── Editor ├── ExtensionsSerializedProperty.cs └── fpDrawer.cs ├── LICENSE ├── README.md └── fpUnity.cs /Editor/ExtensionsSerializedProperty.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IronWarrior/FixedPoint-Sharp-Unity/HEAD/Editor/ExtensionsSerializedProperty.cs -------------------------------------------------------------------------------- /Editor/fpDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IronWarrior/FixedPoint-Sharp-Unity/HEAD/Editor/fpDrawer.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IronWarrior/FixedPoint-Sharp-Unity/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IronWarrior/FixedPoint-Sharp-Unity/HEAD/README.md -------------------------------------------------------------------------------- /fpUnity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IronWarrior/FixedPoint-Sharp-Unity/HEAD/fpUnity.cs --------------------------------------------------------------------------------