diff --git a/.gitea/workflows/copy_documentation.yml b/.gitea/workflows/copy_documentation.yml new file mode 100644 index 0000000..7f01596 --- /dev/null +++ b/.gitea/workflows/copy_documentation.yml @@ -0,0 +1,21 @@ +name: Copy Documentation to webserver +on: + push: + +jobs: + copy: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + with: + fetch-depth: 0 + + - name: Ensure destination exists + run: | + sudo mkdir -p /volume1/web/passer_life/documentation/nanobrain + sudo chown -R $USER:$USER /volume1/web/passer_life/documentation/nanobrain + + - name: Copy html folder + run: | + rsync -a --delete Documentation/html/ /volume1/web/passer_life/documentation/nanobrain diff --git a/Documentation/DoxyWarnLogfile.txt b/Documentation/DoxyWarnLogfile.txt index b6a4050..792337d 100644 --- a/Documentation/DoxyWarnLogfile.txt +++ b/Documentation/DoxyWarnLogfile.txt @@ -1,67 +1,3 @@ -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Documentation/Models.md:4: warning: unable to resolve reference to 'Animations.md' for \ref command -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Documentation/Models.md:8: warning: unable to resolve reference to 'CreatureControl.Insect' for \ref command -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Angle.cs:294: warning: Member pi (variable) of class LinearAlgebra.Angles is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Direction.cs:76: warning: Member ToString() (function) of struct LinearAlgebra.Direction is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Direction.cs:223: warning: Member Equals(object obj) (function) of struct LinearAlgebra.Direction is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Direction.cs:234: warning: Member GetHashCode() (function) of struct LinearAlgebra.Direction is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Direction.cs:191: warning: Member operator-(Direction d) (function) of struct LinearAlgebra.Direction is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Direction.cs:239: warning: Member UnsignedAngle(Direction d1, Direction d2) (function) of struct LinearAlgebra.Direction is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:12: warning: Unsupported xml/html tag found -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:75: warning: Member ToVector3() (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:92: warning: Member ToVector3() (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:111: warning: Member ToString() (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:151: warning: Member Equals(object o) (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:157: warning: Member GetHashCode() (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:43: warning: Member Radians(float distance, float horizontal, float vertical) (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:69: warning: Member FromVector3(Vector3 v) (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:81: warning: Member FromVector3(Vector3Float v) (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:128: warning: Member operator+(Spherical s1, Spherical s2) (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:138: warning: Member operator*(Spherical v, float d) (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:143: warning: Member operator==(Spherical v1, Spherical v2) (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:147: warning: Member operator!=(Spherical v1, Spherical v2) (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:161: warning: Member Distance(Spherical v1, Spherical v2) (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:187: warning: Member Average(Spherical v1, Spherical v2) (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:240: warning: Member Sum(List< Spherical > vectors) (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:256: warning: Member Average(List< Spherical > vectors) (function) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:116: warning: Member magnitude (property) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Spherical.cs:118: warning: Member normalized (property) of struct LinearAlgebra.Spherical is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/SwingTwist.cs:16: warning: Member SwingTwist(Direction swing, AngleFloat twist) (function) of struct LinearAlgebra.SwingTwist is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/SwingTwist.cs:55: warning: Member ToAngleAxis() (function) of struct LinearAlgebra.SwingTwist is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/SwingTwist.cs:81: warning: Member ToQuaternion() (function) of struct LinearAlgebra.SwingTwist is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/SwingTwist.cs:93: warning: Member ToAngleAxis() (function) of struct LinearAlgebra.SwingTwist is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/SwingTwist.cs:119: warning: Member ToQuaternion() (function) of struct LinearAlgebra.SwingTwist is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/SwingTwist.cs:64: warning: Member FromAngleAxis(Spherical r) (function) of struct LinearAlgebra.SwingTwist is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/SwingTwist.cs:102: warning: Member FromAngleAxis(Spherical r) (function) of struct LinearAlgebra.SwingTwist is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/SwingTwist.cs:127: warning: Member FromQuat32(Quat32 q32) (function) of struct LinearAlgebra.SwingTwist is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/SwingTwist.cs:13: warning: Member swing (variable) of struct LinearAlgebra.SwingTwist is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/SwingTwist.cs:14: warning: Member twist (variable) of struct LinearAlgebra.SwingTwist is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector2Float.cs:218: warning: Member SqrMagnitudeOf(Vector2Float v) (function) of struct LinearAlgebra.Vector2Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector2Float.cs:227: warning: Member MagnitudeOf(Vector2Float v) (function) of struct LinearAlgebra.Vector2Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector2Float.cs:244: warning: Member Normalize(Vector2Float v) (function) of struct LinearAlgebra.Vector2Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector2Float.cs:428: warning: Member UnsignedAngle(Vector2Float from, Vector2Float to) (function) of struct LinearAlgebra.Vector2Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector2Float.cs:335: warning: argument 'v1' from the argument list of LinearAlgebra.Vector2Float.operator== has multiple @param documentation sections -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector2Float.cs:407: warning: argument 'axis' of command @param is not found in the argument list of LinearAlgebra.Vector2Float::SignedAngle(Vector2Float from, Vector2Float to) -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Float.cs:102: warning: Member Vector3Float(Vector3Int v) (function) of struct LinearAlgebra.Vector3Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Float.cs:122: warning: Member ToString() (function) of struct LinearAlgebra.Vector3Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Float.cs:282: warning: Member Equals(object obj) (function) of struct LinearAlgebra.Vector3Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Float.cs:289: warning: Member GetHashCode() (function) of struct LinearAlgebra.Vector3Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Float.cs:108: warning: Member FromSpherical(Spherical s) (function) of struct LinearAlgebra.Vector3Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Float.cs:256: warning: Member operator*(Vector3Float v1, float d) (function) of struct LinearAlgebra.Vector3Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Float.cs:261: warning: Member operator*(float d, Vector3Float v1) (function) of struct LinearAlgebra.Vector3Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Float.cs:266: warning: Member operator/(Vector3Float v1, float d) (function) of struct LinearAlgebra.Vector3Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Float.cs:274: warning: Member operator==(Vector3Float v1, Vector3Float v2) (function) of struct LinearAlgebra.Vector3Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Float.cs:278: warning: Member operator!=(Vector3Float v1, Vector3Float v2) (function) of struct LinearAlgebra.Vector3Float is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Int.cs:31: warning: Member Vector3Int(int horizontal, int vertical, int depth) (function) of struct LinearAlgebra.Vector3Int is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Int.cs:182: warning: Member Equals(Vector3Int v) (function) of struct LinearAlgebra.Vector3Int is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Int.cs:184: warning: Member Equals(object obj) (function) of struct LinearAlgebra.Vector3Int is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Int.cs:199: warning: Member GetHashCode() (function) of struct LinearAlgebra.Vector3Int is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Int.cs:167: warning: Member operator*(Vector3Int v1, int d) (function) of struct LinearAlgebra.Vector3Int is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Int.cs:172: warning: Member operator*(int d, Vector3Int v1) (function) of struct LinearAlgebra.Vector3Int is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Int.cs:177: warning: Member operator/(Vector3Int v1, int d) (function) of struct LinearAlgebra.Vector3Int is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Int.cs:191: warning: Member operator==(Vector3Int v1, Vector3Int v2) (function) of struct LinearAlgebra.Vector3Int is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src/Vector3Int.cs:195: warning: Member operator!=(Vector3Int v1, Vector3Int v2) (function) of struct LinearAlgebra.Vector3Int is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/test/Vector2FloatTest.cs:5: warning: Member Vector2 (typedef) of namespace LinearAlgebra.Test is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/test/Vector3FloatTest.cs:5: warning: Member Vector3 (typedef) of namespace LinearAlgebra.Test is not documented. /home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/Scripts/Core/Cluster.cs:268: warning: Member Clone(ClusterPrefab parent) (function) of class NanoBrain.Cluster is not documented. /home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/Scripts/Core/Cluster.cs:295: warning: Member ShallowCloneTo(Cluster parent) (function) of class NanoBrain.Cluster is not documented. /home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/Scripts/Core/Cluster.cs:378: warning: Member AddInstance() (function) of class NanoBrain.Cluster is not documented. @@ -208,5 +144,3 @@ /home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/Scripts/Core/Neuron.cs:616: warning: argument 'thingName' of command @param is not found in the argument list of NanoBrain.Neuron::ProcessStimulus(Vector3 inputValue) /home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/Scripts/Core/Nucleus.cs:66: warning: Member Initialize() (function) of class NanoBrain.Nucleus is not documented. /home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/Scripts/Core/Synapse.cs:32: warning: Member isSleeping (property) of class NanoBrain.Synapse is not documented. -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Documentation/ToC.md:8: warning: unable to resolve reference to 'Animations.md' for \ref command -/home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Documentation/ToC.md:8: warning: unable to resolve reference to 'Animations.md' for \ref command diff --git a/Documentation/html.meta b/Documentation/html.meta deleted file mode 100644 index 9a5d394..0000000 --- a/Documentation/html.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: c38c04e6e8570a9bdb3f50169d7a2691 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/PasserLifeLogoRight1_300.png.meta b/Documentation/html/PasserLifeLogoRight1_300.png.meta deleted file mode 100644 index 44b1805..0000000 --- a/Documentation/html/PasserLifeLogoRight1_300.png.meta +++ /dev/null @@ -1,117 +0,0 @@ -fileFormatVersion: 2 -guid: 02ece4d43b8f3df958ad4f1703bbb927 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 4 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - customData: - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spriteCustomMetadata: - entries: [] - nameFileIdTable: {} - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/annotated.html b/Documentation/html/annotated.html index 58aafaf..a7d0e0e 100644 --- a/Documentation/html/annotated.html +++ b/Documentation/html/annotated.html @@ -76,23 +76,14 @@ $(function() {
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
- - - - - - - - - - - - - - - - - + + + + + + + +
 NLinearAlgebra
 CAnglesAngle utilities
 CDirectionA direction in 3D space
 CFloatFloat number utilities
 CSphericalA spherical vector
 CSwingTwistAn orientation using swing and twist angles
 CVector2Float2-dimensional vectors
 CVector3Float3-dimensional vectors
 CVector3Int3-dimensional vectors
 NNanoBrainThe Nanobrain namespace
 CBrainThe NanoBrain Unity Componnent
 CClusterA Cluster combines a collection of Nuclei to implement reusable behaviour
 CClusterPrefabThe Unity ScriptableObject to implement re-usable Cluster Prefabs
 CMemoryCellA MemoryCell stored its value for one update
 CNeuronA neuron is a basic Nucleus
 CNucleusA Nucleus is a basic element in a brain cluster
 CSynapseA Synapse connects the ouput of a Neuron to another Neuron
 NNanoBrainThe Nanobrain namespace
 CBrainThe NanoBrain Unity Componnent
 CClusterA Cluster combines a collection of Nuclei to implement reusable behaviour
 CClusterPrefabThe Unity ScriptableObject to implement re-usable Cluster Prefabs
 CMemoryCellA MemoryCell stored its value for one update
 CNeuronA neuron is a basic Nucleus
 CNucleusA Nucleus is a basic element in a brain cluster
 CSynapseA Synapse connects the ouput of a Neuron to another Neuron
diff --git a/Documentation/html/annotated.html.meta b/Documentation/html/annotated.html.meta deleted file mode 100644 index 8b2df70..0000000 --- a/Documentation/html/annotated.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 1ed8b017b4a8dbbca941f6581073f398 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/bc_s.png.meta b/Documentation/html/bc_s.png.meta deleted file mode 100644 index 1c994ac..0000000 --- a/Documentation/html/bc_s.png.meta +++ /dev/null @@ -1,117 +0,0 @@ -fileFormatVersion: 2 -guid: 247c674a55eeeb38cb5fc8e73124b7e0 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 4 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - customData: - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spriteCustomMetadata: - entries: [] - nameFileIdTable: {} - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/bc_sd.png.meta b/Documentation/html/bc_sd.png.meta deleted file mode 100644 index da109d4..0000000 --- a/Documentation/html/bc_sd.png.meta +++ /dev/null @@ -1,117 +0,0 @@ -fileFormatVersion: 2 -guid: 948d52c1ed15d9864aa67a179d5d815a -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 4 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - customData: - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spriteCustomMetadata: - entries: [] - nameFileIdTable: {} - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_cluster_prefab-members.html b/Documentation/html/class_cluster_prefab-members.html deleted file mode 100644 index 8d9046e..0000000 --- a/Documentation/html/class_cluster_prefab-members.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - -Nano Brain for Unity: Member List - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- -
-
-
ClusterPrefab Member List
-
-
- -

This is the complete list of members for ClusterPrefab, including all inherited members.

- - - - - - - - - - - - - -
_inputsClusterPrefab
EnsureInitialization() (defined in ClusterPrefab)ClusterPrefab
GarbageCollection() (defined in ClusterPrefab)ClusterPrefab
GetNucleus(string nucleusName)ClusterPrefab
GetNucleusIndex(Nucleus receiver) (defined in ClusterPrefab)ClusterPrefab
inputs (defined in ClusterPrefab)ClusterPrefab
MarkNuclei(HashSet< Nucleus > visitedNuclei, Nucleus nucleus) (defined in ClusterPrefab)ClusterPrefab
nucleiClusterPrefab
outputClusterPrefab
outputs (defined in ClusterPrefab)ClusterPrefab
RefreshOutputs()ClusterPrefab
UpdateNuclei() (defined in ClusterPrefab)ClusterPrefabvirtual
- - - - diff --git a/Documentation/html/class_cluster_prefab-members.html.meta b/Documentation/html/class_cluster_prefab-members.html.meta deleted file mode 100644 index 1f3d11f..0000000 --- a/Documentation/html/class_cluster_prefab-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 3a6bdc795261c5510a8a0ef58d8053c3 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_cluster_prefab.html b/Documentation/html/class_cluster_prefab.html deleted file mode 100644 index 2ffc0d2..0000000 --- a/Documentation/html/class_cluster_prefab.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - -Nano Brain for Unity: ClusterPrefab Class Reference - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- -
-
- -
ClusterPrefab Class Reference
-
-
-

Description

-

The Unity ScriptableObject to implement re-usable Cluster Prefabs.

-
-

Inherits ScriptableObject.

- - - - - - - - - - - - - - - - - - -

-Public Member Functions

-void RefreshOutputs ()
 Redetermine the outpus in the cluster.
 
Nucleus GetNucleus (string nucleusName)
 Retrieve a nucleus in this cluster.
 
-void EnsureInitialization ()
 
-void GarbageCollection ()
 
-void MarkNuclei (HashSet< Nucleus > visitedNuclei, Nucleus nucleus)
 
-virtual void UpdateNuclei ()
 
-int GetNucleusIndex (Nucleus receiver)
 
- - - - - - - -

-Public Attributes

-List< Nucleus > nuclei = new()
 The nuclei in this cluster.
 
List< Nucleus > _inputs = null
 The nuclei in this cluster which are meant for receiving signals from outside the cluster.
 
- - - - - - - - -

-Properties

virtual Nucleus output [get]
 The output of this cluster.
 
-virtual List< Nucleus > inputs [get]
 
-List< Nucleus > outputs [get]
 
-

Member Function Documentation

- -

◆ GetNucleus()

- -
-
- - - - - - - - -
Nucleus ClusterPrefab.GetNucleus (string nucleusName)
-
- -

Retrieve a nucleus in this cluster.

-
Parameters
- - -
nucleusNameThe name of the nucleus
-
-
-
Returns
The Nucleus with the given name or null if no such Nucleus could be found
- -
-
-

Member Data Documentation

- -

◆ _inputs

- -
-
- - - - -
List<Nucleus> ClusterPrefab._inputs = null
-
- -

The nuclei in this cluster which are meant for receiving signals from outside the cluster.

-

<remark>This is currently the nuclei which do not have any incoming synapse</remark>

- -
-
-

Property Documentation

- -

◆ output

- -
-
- - - - - -
- - - - -
virtual Nucleus ClusterPrefab.output
-
-get
-
- -

The output of this cluster.

-

<deprecated>This only returens the first(default) nucleus. Use outputs[0] instead</deprecated>

- -
-
-
The documentation for this class was generated from the following file: -
- - - - diff --git a/Documentation/html/class_cluster_prefab.html.meta b/Documentation/html/class_cluster_prefab.html.meta deleted file mode 100644 index df1fe28..0000000 --- a/Documentation/html/class_cluster_prefab.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 359d7b6ce921fa333ab1259699da5bdf -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_linear_algebra_1_1_angles-members.html b/Documentation/html/class_linear_algebra_1_1_angles-members.html deleted file mode 100644 index 8f15ac3..0000000 --- a/Documentation/html/class_linear_algebra_1_1_angles-members.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - -Nano Brain for Unity: Member List - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
-
LinearAlgebra.Angles Member List
-
-
- -

This is the complete list of members for LinearAlgebra.Angles, including all inherited members.

- - - - -
Difference(float a, float b)LinearAlgebra.Anglesstatic
Normalize(float angle)LinearAlgebra.Anglesstatic
pi (defined in LinearAlgebra.Angles)LinearAlgebra.Anglesstatic
- - - - diff --git a/Documentation/html/class_linear_algebra_1_1_angles-members.html.meta b/Documentation/html/class_linear_algebra_1_1_angles-members.html.meta deleted file mode 100644 index 7434541..0000000 --- a/Documentation/html/class_linear_algebra_1_1_angles-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: d3e80b587f740cecf82d6b735886f376 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_linear_algebra_1_1_angles.html b/Documentation/html/class_linear_algebra_1_1_angles.html deleted file mode 100644 index fc4e79b..0000000 --- a/Documentation/html/class_linear_algebra_1_1_angles.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - -Nano Brain for Unity: LinearAlgebra.Angles Class Reference - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
- -
LinearAlgebra.Angles Class Reference
-
-
-

Description

-

Angle utilities

-
- - - - - - - -

-Static Public Member Functions

static float Difference (float a, float b)
 Determine the angle difference, result is a normalized angle.
 
static float Normalize (float angle)
 Normalize an angle to the range -180 < angle <= 180.
 
- - - -

-Static Public Attributes

-const float pi = 3.1415927410125732421875F
 
-

Member Function Documentation

- -

◆ Difference()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
static float LinearAlgebra.Angles.Difference (float a,
float b 
)
-
-static
-
- -

Determine the angle difference, result is a normalized angle.

-
Parameters
- - - -
aFirst first angle
bThe second angle
-
-
-
Returns
the angle between the two angles
-

Angle values should be degrees

- -
-
- -

◆ Normalize()

- -
-
- - - - - -
- - - - - - - - -
static float LinearAlgebra.Angles.Normalize (float angle)
-
-static
-
- -

Normalize an angle to the range -180 < angle <= 180.

-
Parameters
- - -
angleThe angle to normalize
-
-
-
Returns
The normalized angle in interval (-180..180]
-

Angle values should be in degrees

- -
-
-
The documentation for this class was generated from the following file: -
- - - - diff --git a/Documentation/html/class_linear_algebra_1_1_angles.html.meta b/Documentation/html/class_linear_algebra_1_1_angles.html.meta deleted file mode 100644 index b72764a..0000000 --- a/Documentation/html/class_linear_algebra_1_1_angles.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 933cff66eefcccaa2925f6b2a3c6887b -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_linear_algebra_1_1_float-members.html b/Documentation/html/class_linear_algebra_1_1_float-members.html deleted file mode 100644 index 2877c50..0000000 --- a/Documentation/html/class_linear_algebra_1_1_float-members.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - -Nano Brain for Unity: Member List - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
-
LinearAlgebra.Float Member List
-
-
- -

This is the complete list of members for LinearAlgebra.Float, including all inherited members.

- - - - - -
Clamp(float f, float min, float max)LinearAlgebra.Floatstatic
Clamp01(float f)LinearAlgebra.Floatstatic
epsilonLinearAlgebra.Floatstatic
sqrEpsilonLinearAlgebra.Floatstatic
- - - - diff --git a/Documentation/html/class_linear_algebra_1_1_float-members.html.meta b/Documentation/html/class_linear_algebra_1_1_float-members.html.meta deleted file mode 100644 index 7b51184..0000000 --- a/Documentation/html/class_linear_algebra_1_1_float-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 9f796ff265e9983e7bbb322b5b8fe364 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_linear_algebra_1_1_float.html b/Documentation/html/class_linear_algebra_1_1_float.html deleted file mode 100644 index a9a7e20..0000000 --- a/Documentation/html/class_linear_algebra_1_1_float.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - -Nano Brain for Unity: LinearAlgebra.Float Class Reference - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
- -
LinearAlgebra.Float Class Reference
-
-
-

Description

-

Float number utilities.

-
- - - - - - - -

-Static Public Member Functions

static float Clamp (float f, float min, float max)
 Clamp the value between the given minimum and maximum values.
 
static float Clamp01 (float f)
 Clamp the value between to the interval [0..1].
 
- - - - - - - -

-Static Public Attributes

-const float epsilon = 1E-05f
 The precision of float numbers.
 
-const float sqrEpsilon = 1e-10f
 The square of the float number precision.
 
-

Member Function Documentation

- -

◆ Clamp()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
static float LinearAlgebra.Float.Clamp (float f,
float min,
float max 
)
-
-static
-
- -

Clamp the value between the given minimum and maximum values.

-
Parameters
- - - - -
fThe value to clamp
minThe minimum value
maxThe maximum value
-
-
-
Returns
The clamped value
- -
-
- -

◆ Clamp01()

- -
-
- - - - - -
- - - - - - - - -
static float LinearAlgebra.Float.Clamp01 (float f)
-
-static
-
- -

Clamp the value between to the interval [0..1].

-
Parameters
- - -
fThe value to clamp
-
-
-
Returns
The clamped value
- -
-
-
The documentation for this class was generated from the following file: -
- - - - diff --git a/Documentation/html/class_linear_algebra_1_1_float.html.meta b/Documentation/html/class_linear_algebra_1_1_float.html.meta deleted file mode 100644 index 0196def..0000000 --- a/Documentation/html/class_linear_algebra_1_1_float.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 4d6ecedd118a83272ad5f6dda6de52c6 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_brain-members.html.meta b/Documentation/html/class_nano_brain_1_1_brain-members.html.meta deleted file mode 100644 index d38ca95..0000000 --- a/Documentation/html/class_nano_brain_1_1_brain-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 8071cad6602a92ea19518fd77d9740d8 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_brain.html.meta b/Documentation/html/class_nano_brain_1_1_brain.html.meta deleted file mode 100644 index 0d9d3db..0000000 --- a/Documentation/html/class_nano_brain_1_1_brain.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 82b2d108fb097c36b83582ed8d34c407 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_cluster-members.html.meta b/Documentation/html/class_nano_brain_1_1_cluster-members.html.meta deleted file mode 100644 index 39a0cfa..0000000 --- a/Documentation/html/class_nano_brain_1_1_cluster-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: c7c7546d58e3a816b99fba6c9d216a58 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_cluster.html.meta b/Documentation/html/class_nano_brain_1_1_cluster.html.meta deleted file mode 100644 index e84b307..0000000 --- a/Documentation/html/class_nano_brain_1_1_cluster.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: d883df8710f53b84da21f41d7c2eac46 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_cluster.png.meta b/Documentation/html/class_nano_brain_1_1_cluster.png.meta deleted file mode 100644 index 632f19f..0000000 --- a/Documentation/html/class_nano_brain_1_1_cluster.png.meta +++ /dev/null @@ -1,117 +0,0 @@ -fileFormatVersion: 2 -guid: 3878265f9758bf721932a8e8dd4356db -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 4 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - customData: - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spriteCustomMetadata: - entries: [] - nameFileIdTable: {} - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_cluster_prefab-members.html.meta b/Documentation/html/class_nano_brain_1_1_cluster_prefab-members.html.meta deleted file mode 100644 index 22eca56..0000000 --- a/Documentation/html/class_nano_brain_1_1_cluster_prefab-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: d62eadc52c471f7a6895cb870994bece -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_cluster_prefab.html.meta b/Documentation/html/class_nano_brain_1_1_cluster_prefab.html.meta deleted file mode 100644 index 5e321e4..0000000 --- a/Documentation/html/class_nano_brain_1_1_cluster_prefab.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: ae719a769b822db4ca83831d25c49276 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_memory_cell-members.html.meta b/Documentation/html/class_nano_brain_1_1_memory_cell-members.html.meta deleted file mode 100644 index 3e7465c..0000000 --- a/Documentation/html/class_nano_brain_1_1_memory_cell-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: d9a689a3c38bd27d28e94b7fe1865ffd -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_memory_cell.html.meta b/Documentation/html/class_nano_brain_1_1_memory_cell.html.meta deleted file mode 100644 index 2f17bed..0000000 --- a/Documentation/html/class_nano_brain_1_1_memory_cell.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: ffd30c6234d869c9d94518fcb20604bb -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_memory_cell.png.meta b/Documentation/html/class_nano_brain_1_1_memory_cell.png.meta deleted file mode 100644 index bd2b2f8..0000000 --- a/Documentation/html/class_nano_brain_1_1_memory_cell.png.meta +++ /dev/null @@ -1,117 +0,0 @@ -fileFormatVersion: 2 -guid: 97d984c9627ec94b49e6a7178691389c -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 4 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - customData: - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spriteCustomMetadata: - entries: [] - nameFileIdTable: {} - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_nano_brain-members.html b/Documentation/html/class_nano_brain_1_1_nano_brain-members.html deleted file mode 100644 index b3a2f05..0000000 --- a/Documentation/html/class_nano_brain_1_1_nano_brain-members.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - -Nano Brain for Unity: Member List - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
-
NanoBrain.NanoBrain Member List
-
-
- -

This is the complete list of members for NanoBrain.NanoBrain, including all inherited members.

- - - - -
brainNanoBrain.NanoBrain
defaultBrainNanoBrain.NanoBrain
UpdateWeight(Cluster brain, string name, float weight)NanoBrain.NanoBrainstatic
- - - - diff --git a/Documentation/html/class_nano_brain_1_1_nano_brain-members.html.meta b/Documentation/html/class_nano_brain_1_1_nano_brain-members.html.meta deleted file mode 100644 index 5b8fded..0000000 --- a/Documentation/html/class_nano_brain_1_1_nano_brain-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 476f8f11ab68e0241a844a0e4454d313 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_nano_brain.html b/Documentation/html/class_nano_brain_1_1_nano_brain.html deleted file mode 100644 index 40785e8..0000000 --- a/Documentation/html/class_nano_brain_1_1_nano_brain.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - -Nano Brain for Unity: NanoBrain.NanoBrain Class Reference - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
- -
NanoBrain.NanoBrain Class Reference
-
-
-

Description

-

The NanoBrain Unity Componnent.

-

This implements the top-level NanoBrain Cluster
-

-
-

Inherits MonoBehaviour.

- - - - - -

-Static Public Member Functions

static void UpdateWeight (Cluster brain, string name, float weight)
 Update the weight for all Synapses coming from the Neuron with the given name.
 
- - - - -

-Public Attributes

-ClusterPrefab defaultBrain
 The Cluster prefab from which the cluster is created.
 
- - - - -

-Properties

-Cluster brain [get]
 The cluster isntance.
 
-

Member Function Documentation

- -

◆ UpdateWeight()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
static void NanoBrain.NanoBrain.UpdateWeight (Cluster brain,
string name,
float weight 
)
-
-static
-
- -

Update the weight for all Synapses coming from the Neuron with the given name.

-
Parameters
- - - - -
brainThe cluster in which the synapses are updated
nameThe name of the Neuron for which the weights are updated
weightThe new Synapse weight
-
-
- -
-
-
The documentation for this class was generated from the following file: -
- - - - diff --git a/Documentation/html/class_nano_brain_1_1_nano_brain.html.meta b/Documentation/html/class_nano_brain_1_1_nano_brain.html.meta deleted file mode 100644 index 51ad14f..0000000 --- a/Documentation/html/class_nano_brain_1_1_nano_brain.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 14e50a7e95f2da1dd8298831d12e448c -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_neuron-members.html.meta b/Documentation/html/class_nano_brain_1_1_neuron-members.html.meta deleted file mode 100644 index 49e8daa..0000000 --- a/Documentation/html/class_nano_brain_1_1_neuron-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: a111018414f6d529ebcd4b286ab52dfa -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_neuron.html.meta b/Documentation/html/class_nano_brain_1_1_neuron.html.meta deleted file mode 100644 index 7b0bc5a..0000000 --- a/Documentation/html/class_nano_brain_1_1_neuron.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 7871287615b5cde18932faa30404d970 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_neuron.png.meta b/Documentation/html/class_nano_brain_1_1_neuron.png.meta deleted file mode 100644 index f98c5d4..0000000 --- a/Documentation/html/class_nano_brain_1_1_neuron.png.meta +++ /dev/null @@ -1,117 +0,0 @@ -fileFormatVersion: 2 -guid: b1154d0738a8e2c8db9ccdfc6cf0ea22 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 4 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - customData: - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spriteCustomMetadata: - entries: [] - nameFileIdTable: {} - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_nucleus-members.html.meta b/Documentation/html/class_nano_brain_1_1_nucleus-members.html.meta deleted file mode 100644 index be2fda4..0000000 --- a/Documentation/html/class_nano_brain_1_1_nucleus-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 10ed020f41822a80c9d9e1126c67c937 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_nucleus.html.meta b/Documentation/html/class_nano_brain_1_1_nucleus.html.meta deleted file mode 100644 index 27af6b5..0000000 --- a/Documentation/html/class_nano_brain_1_1_nucleus.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 26e7ab58944014c90ac92694c09f8d9d -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_nucleus.png.meta b/Documentation/html/class_nano_brain_1_1_nucleus.png.meta deleted file mode 100644 index e4bb6c0..0000000 --- a/Documentation/html/class_nano_brain_1_1_nucleus.png.meta +++ /dev/null @@ -1,117 +0,0 @@ -fileFormatVersion: 2 -guid: b35c7cf86cbf03b1c93eae644d264e85 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 4 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - customData: - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spriteCustomMetadata: - entries: [] - nameFileIdTable: {} - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_nucleus_array-members.html b/Documentation/html/class_nano_brain_1_1_nucleus_array-members.html deleted file mode 100644 index a0741fb..0000000 --- a/Documentation/html/class_nano_brain_1_1_nucleus_array-members.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - -Nano Brain for Unity: Member List - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
-
NanoBrain.NucleusArray Member List
-
-
- -

This is the complete list of members for NanoBrain.NucleusArray, including all inherited members.

- - - - - - -
nuclei (defined in NanoBrain.NucleusArray)NanoBrain.NucleusArray
NucleusArray(Nucleus nucleus)NanoBrain.NucleusArray
NucleusArray(int size)NanoBrain.NucleusArray
ProcessStimulus(int thingId, Vector3 inputValue, string thingName=null)NanoBrain.NucleusArrayvirtual
thingReceivers (defined in NanoBrain.NucleusArray)NanoBrain.NucleusArray
- - - - diff --git a/Documentation/html/class_nano_brain_1_1_nucleus_array-members.html.meta b/Documentation/html/class_nano_brain_1_1_nucleus_array-members.html.meta deleted file mode 100644 index 3e611fa..0000000 --- a/Documentation/html/class_nano_brain_1_1_nucleus_array-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: eea9bb9e4d2a9c572b95e24616567af1 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_nucleus_array.html b/Documentation/html/class_nano_brain_1_1_nucleus_array.html deleted file mode 100644 index 854a350..0000000 --- a/Documentation/html/class_nano_brain_1_1_nucleus_array.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - - -Nano Brain for Unity: NanoBrain.NucleusArray Class Reference - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
- -
NanoBrain.NucleusArray Class Reference
-
-
-

Description

-

Class to manage an array of nuclei for an IReceptor.

-

Would love to get rid of this class.

-
- - - - - - - - - - -

-Public Member Functions

 NucleusArray (Nucleus nucleus)
 Create a new NucleusArray with the given nucleus.
 
 NucleusArray (int size)
 Create a new NucleusArray of the given size.
 
virtual void ProcessStimulus (int thingId, Vector3 inputValue, string thingName=null)
 Process an external stimulus.
 
- - - -

-Public Attributes

-Dictionary< int, NucleusthingReceivers = new()
 
- - - -

-Properties

-Nucleus[] nuclei [get, set]
 
-

Constructor & Destructor Documentation

- -

◆ NucleusArray() [1/2]

- -
-
- - - - - - - - -
NanoBrain.NucleusArray.NucleusArray (Nucleus nucleus)
-
- -

Create a new NucleusArray with the given nucleus.

-
Parameters
- - -
nucleusThe Nucleus to put in the NucleusArray
-
-
-

This results in an nucleus array of size 1

- -
-
- -

◆ NucleusArray() [2/2]

- -
-
- - - - - - - - -
NanoBrain.NucleusArray.NucleusArray (int size)
-
- -

Create a new NucleusArray of the given size.

-
Parameters
- - -
sizeThe size of the nucluesArray
-
-
- -
-
-

Member Function Documentation

- -

◆ ProcessStimulus()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
virtual void NanoBrain.NucleusArray.ProcessStimulus (int thingId,
Vector3 inputValue,
string thingName = null 
)
-
-virtual
-
- -

Process an external stimulus.

-
Parameters
- - - - -
inputValueThe value of the stimulus
thingIdThe id of the thing causing the stimulus
thingNameThe name of the thing causing the stimulus
-
-
- -
-
-
The documentation for this class was generated from the following file: -
- - - - diff --git a/Documentation/html/class_nano_brain_1_1_nucleus_array.html.meta b/Documentation/html/class_nano_brain_1_1_nucleus_array.html.meta deleted file mode 100644 index da37a5d..0000000 --- a/Documentation/html/class_nano_brain_1_1_nucleus_array.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 190eefa2818391210a21ee401f3f6402 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_receptor-members.html b/Documentation/html/class_nano_brain_1_1_receptor-members.html deleted file mode 100644 index 2e255f1..0000000 --- a/Documentation/html/class_nano_brain_1_1_receptor-members.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - -Nano Brain for Unity: Member List - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
-
NanoBrain.Receptor Member List
-
-
- -

This is the complete list of members for NanoBrain.Receptor, including all inherited members.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
_curvePreset (defined in NanoBrain.Neuron)NanoBrain.Neuron
_outputValue (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
_outputValue (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
Activator (defined in NanoBrain.Neuron)NanoBrain.Neuron
Activator (defined in NanoBrain.Neuron)NanoBrain.Neuron
ActivatorCustom(float3 input) (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
ActivatorCustom(Vector3 input) (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
ActivatorLinear(float3 input) (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
ActivatorLinear(Vector3 input) (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
ActivatorPower(float3 input) (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
ActivatorPower(Vector3 input) (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
ActivatorReciprocal(float3 input) (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
ActivatorReciprocal(Vector3 input) (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
ActivatorSqrt(float3 input) (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
ActivatorSqrt(Vector3 input) (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
AddArrayReceiver(Nucleus receiverToAdd, float weight=1)NanoBrain.Receptorvirtual
AddReceiver(Nucleus receiverToAdd, float weight=1) (defined in NanoBrain.Neuron)NanoBrain.Neuronvirtual
AddReceptorElement(ClusterPrefab prefab)NanoBrain.Receptor
AddSynapse(Neuron sendingNucleus, float weight=1)NanoBrain.Nucleus
array (defined in NanoBrain.Receptor)NanoBrain.Receptor
biasNanoBrain.Nucleus
Clone(ClusterPrefab prefab)NanoBrain.Receptor
CloneFields(Neuron clone) (defined in NanoBrain.Neuron)NanoBrain.Neuronprotectedvirtual
clusterPrefabNanoBrain.Nucleus
combinatorNanoBrain.Neuron
Combinator (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
Combinator (defined in NanoBrain.Neuron)NanoBrain.Neuronprotected
CombinatorMax() (defined in NanoBrain.Neuron)NanoBrain.Neuron
CombinatorMax() (defined in NanoBrain.Neuron)NanoBrain.Neuron
CombinatorProduct() (defined in NanoBrain.Neuron)NanoBrain.Neuron
CombinatorProduct() (defined in NanoBrain.Neuron)NanoBrain.Neuron
CombinatorSum() (defined in NanoBrain.Neuron)NanoBrain.Neuron
CombinatorSum() (defined in NanoBrain.Neuron)NanoBrain.Neuron
CombinatorType enum nameNanoBrain.Neuron
curve (defined in NanoBrain.Neuron)NanoBrain.Neuron
curveMax (defined in NanoBrain.Neuron)NanoBrain.Neuron
curvePreset (defined in NanoBrain.Neuron)NanoBrain.Neuron
CurvePresets enum nameNanoBrain.Neuron
Delete(Nucleus nucleus) (defined in NanoBrain.Neuron)NanoBrain.Neuronstatic
GenerateCurve() (defined in NanoBrain.Neuron)NanoBrain.Neuron
GetName()NanoBrain.Receptor
GetSynapse(Nucleus sender)NanoBrain.Nucleus
isFiring (defined in NanoBrain.Neuron)NanoBrain.Neuron
isSleeping (defined in NanoBrain.Neuron)NanoBrain.Neuron
nameNanoBrain.Nucleus
Neuron(Cluster parent, string name)NanoBrain.Neuron
Neuron(ClusterPrefab prefab, string name)NanoBrain.Neuron
nucleiArrayNanoBrain.Receptor
outputMagnitude (defined in NanoBrain.Neuron)NanoBrain.Neuron
outputSqrMagnitude (defined in NanoBrain.Neuron)NanoBrain.Neuron
outputValue (defined in NanoBrain.Neuron)NanoBrain.Neuron
outputValue (defined in NanoBrain.Neuron)NanoBrain.Neuron
parentNanoBrain.Nucleus
ProcessStimulus(Vector3 inputValue, int thingId=0, string thingName=null)NanoBrain.Receptorvirtual
ProcessStimulusDirect(Vector3 inputValue, int thingId=0, string thingName=null) (defined in NanoBrain.Neuron)NanoBrain.Neuron
receivers (defined in NanoBrain.Neuron)NanoBrain.Neuron
Receptor(Cluster parent, string name)NanoBrain.Receptor
Receptor(ClusterPrefab prefab, string name)NanoBrain.Receptor
RemoveReceiver(Nucleus receiverToRemove) (defined in NanoBrain.Neuron)NanoBrain.Neuronvirtual
RemoveReceptorElement()NanoBrain.Receptor
RemoveSynapse(Nucleus sendingNucleus)NanoBrain.Nucleus
SetBias(Vector3 inputValue)NanoBrain.Nucleusvirtual
ShallowCloneTo(Cluster parent)NanoBrain.Receptor
stale (defined in NanoBrain.Neuron)NanoBrain.Neuron
staleValueForSleep (defined in NanoBrain.Neuron)NanoBrain.Neuron
synapsesNanoBrain.Nucleus
traceNanoBrain.Nucleus
Type enum nameNanoBrain.Nucleus
UpdateNuclei()NanoBrain.Receptorvirtual
UpdateNuclei()NanoBrain.Receptorvirtual
UpdateStateIsolated() (defined in NanoBrain.Receptor)NanoBrain.Receptor
WhenFiring (defined in NanoBrain.Neuron)NanoBrain.Neuron
- - - - diff --git a/Documentation/html/class_nano_brain_1_1_receptor-members.html.meta b/Documentation/html/class_nano_brain_1_1_receptor-members.html.meta deleted file mode 100644 index 9fa8018..0000000 --- a/Documentation/html/class_nano_brain_1_1_receptor-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 005616dfc4b536622b03a62553894a54 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_receptor.html b/Documentation/html/class_nano_brain_1_1_receptor.html deleted file mode 100644 index a1dd44e..0000000 --- a/Documentation/html/class_nano_brain_1_1_receptor.html +++ /dev/null @@ -1,969 +0,0 @@ - - - - - - - -Nano Brain for Unity: NanoBrain.Receptor Class Reference - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
- -
NanoBrain.Receptor Class Reference
-
-
-

Description

-

Basic IReceptor to receive external input.

-
-Inheritance diagram for NanoBrain.Receptor:
-
-
- - -NanoBrain.Neuron -NanoBrain.IReceptor -NanoBrain.Nucleus - -
- - - - - - - - - - - -

-Public Types

enum  CombinatorType { Sum -, Product -, Max - }
 The type of combinators. More...
 
enum  CurvePresets {
-  Linear -, Power -, Sqrt -, Reciprocal -,
-  Custom -
- }
 The type of.
 
enum  Type {
-  None -, Neuron -, MemoryCell -, Cluster -,
-  Receptor -, ClusterReceptor -
- }
 The types of Nucleus.
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Member Functions

 Receptor (Cluster parent, string name)
 Create a new Receptor in a Cluster instance.
 
 Receptor (ClusterPrefab prefab, string name)
 Create a new Receptor in a Cluster Prefab.
 
string GetName ()
 Get the name of the receptor.
 
override Nucleus ShallowCloneTo (Cluster parent)
 Function to make a partial clone of this nucleus.
 
override Nucleus Clone (ClusterPrefab prefab)
 Function to clone a nucleus to a Cluster prefab.
 
void AddReceptorElement (ClusterPrefab prefab)
 Extends the nucleiArray with an additional element.
 
void RemoveReceptorElement ()
 Removes the last element from the nucleiArray.
 
virtual void AddArrayReceiver (Nucleus receiverToAdd, float weight=1)
 Add a receiver for this receptor array.
 
-override void UpdateStateIsolated ()
 
override void UpdateNuclei ()
 Update the state and recursively all Nuclei receiving data from this Nucleus.
 
override void UpdateNuclei ()
 Update the state and recursively all Nuclei receiving data from this Nucleus.
 
override void ProcessStimulus (Vector3 inputValue, int thingId=0, string thingName=null)
 Process an external stimulus.
 
-AnimationCurve GenerateCurve ()
 
-float3 CombinatorSum ()
 
-Vector3 CombinatorSum ()
 
-float3 CombinatorProduct ()
 
-Vector3 CombinatorProduct ()
 
-float3 CombinatorMax ()
 
-Vector3 CombinatorMax ()
 
-virtual void AddReceiver (Nucleus receiverToAdd, float weight=1)
 
-virtual void RemoveReceiver (Nucleus receiverToRemove)
 
-void ProcessStimulusDirect (Vector3 inputValue, int thingId=0, string thingName=null)
 
Synapse AddSynapse (Neuron sendingNucleus, float weight=1)
 Add a new synapse to this nuclues.
 
Synapse GetSynapse (Nucleus sender)
 Find a synapse.
 
void RemoveSynapse (Nucleus sendingNucleus)
 Remove a synapse from a Nucleus.
 
virtual void SetBias (Vector3 inputValue)
 Set the bias, recalculate the output and update all Nuclei receiving from this Nucleus.
 
- - - -

-Static Public Member Functions

-static void Delete (Nucleus nucleus)
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Attributes

-CombinatorType combinator = CombinatorType.Sum
 The type of combinator used for this Neuron.
 
-CurvePresets _curvePreset
 
-AnimationCurve curve
 
-float curveMax = 1.0f
 
-Action WhenFiring
 
-int stale = 1000
 
-readonly int staleValueForSleep = 20
 
-string name
 The name of the Nucleus.
 
-ClusterPrefab clusterPrefab
 The cluster prefab in which the nucleus is located.
 
-Cluster parent
 The cluster instance in which the nucleus is located.
 
-bool trace = false
 Toggle for printing debugging trace data.
 
Vector3 bias = Vector3.zero
 The bias of the nucleus.
 
- - - - - - - - - - - - - - - - - - - - - - - -

-Protected Member Functions

-virtual void CloneFields (Neuron clone)
 
-float3 ActivatorLinear (float3 input)
 
-Vector3 ActivatorLinear (Vector3 input)
 
-float3 ActivatorSqrt (float3 input)
 
-Vector3 ActivatorSqrt (Vector3 input)
 
-float3 ActivatorPower (float3 input)
 
-Vector3 ActivatorPower (Vector3 input)
 
-float3 ActivatorReciprocal (float3 input)
 
-Vector3 ActivatorReciprocal (Vector3 input)
 
-float3 ActivatorCustom (float3 input)
 
-Vector3 ActivatorCustom (Vector3 input)
 
- - - - - -

-Protected Attributes

-float3 _outputValue
 
-Vector3 _outputValue
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Properties

-NucleusArray array [set]
 
Nucleus[] nucleiArray [get, set]
 The array of nuclei used to track multiple things sending stimuli.
 
-CurvePresets curvePreset [get, set]
 
-virtual float3 outputValue [get, set]
 
-virtual Vector3 outputValue [get, set]
 
-float outputMagnitude [get]
 
-float outputSqrMagnitude [get]
 
-bool isFiring [get]
 
-virtual bool isSleeping [get]
 
-Func< float3 > Combinator [get]
 
-Func< Vector3 > Combinator [get]
 
-Func< float3, float3 > Activator [get]
 
-Func< Vector3, Vector3 > Activator [get]
 
-virtual List< Nucleusreceivers [get, set]
 
-List< Synapsesynapses [get]
 The synapses of the nucleus.
 
-

Member Enumeration Documentation

- -

◆ CombinatorType

- -
-
- - - - - -
- - - - -
enum NanoBrain.Neuron.CombinatorType
-
-inherited
-
- -

The type of combinators.

-

A combinator combines the weighted values of the synapses to a single value

- - - - -
Enumerator
Sum 

Add the weighted values together.

-
Product 

Multiply the weighted values.

-
Max 

Take the maximum of all the weighted values.

-
- -
-
-

Constructor & Destructor Documentation

- -

◆ Receptor() [1/2]

- -
-
- - - - - - - - - - - - - - - - - - -
NanoBrain.Receptor.Receptor (Cluster parent,
string name 
)
-
- -

Create a new Receptor in a Cluster instance.

-
Parameters
- - - -
parentThe Cluster in which the Receptor is created
nameThe name of the new Receptor
-
-
- -
-
- -

◆ Receptor() [2/2]

- -
-
- - - - - - - - - - - - - - - - - - -
NanoBrain.Receptor.Receptor (ClusterPrefab prefab,
string name 
)
-
- -

Create a new Receptor in a Cluster Prefab.

-
Parameters
- - - -
prefabThe Cluster Prefab in which the Receptor is created
nameThe name of the new Receptor
-
-
- -
-
-

Member Function Documentation

- -

◆ GetName()

- -
-
- - - - - - - -
string NanoBrain.Receptor.GetName ()
-
- -

Get the name of the receptor.

-
Returns
The name of the receptor
- -

Implements NanoBrain.IReceptor.

- -
-
- -

◆ ShallowCloneTo()

- -
-
- - - - - - - - -
override Nucleus NanoBrain.Receptor.ShallowCloneTo (Cluster parent)
-
- -

Function to make a partial clone of this nucleus.

-
Parameters
- - -
parentThe cluster in which the cloned nucleus should be placed
-
-
-
Returns
- -
-
- -

◆ Clone()

- -
-
- - - - - - - - -
override Nucleus NanoBrain.Receptor.Clone (ClusterPrefab prefab)
-
- -

Function to clone a nucleus to a Cluster prefab.

-
Parameters
- - -
prefab
-
-
-
Returns
- -
-
- -

◆ AddReceptorElement()

- -
-
- - - - - - - - -
void NanoBrain.Receptor.AddReceptorElement (ClusterPrefab prefab)
-
- -

Extends the nucleiArray with an additional element.

-
Parameters
- - -
prefabA prefab of the nucleus to add?
-
-
- -

Implements NanoBrain.IReceptor.

- -
-
- -

◆ RemoveReceptorElement()

- -
-
- - - - - - - -
void NanoBrain.Receptor.RemoveReceptorElement ()
-
- -

Removes the last element from the nucleiArray.

- -

Implements NanoBrain.IReceptor.

- -
-
- -

◆ AddArrayReceiver()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
virtual void NanoBrain.Receptor.AddArrayReceiver (Nucleus receiverToAdd,
float weight = 1 
)
-
-virtual
-
- -

Add a receiver for this receptor array.

-
Parameters
- - - -
receiverToAddThe receiving Nucleus
weightThe initial weight to use for the synapses
-
-
-

This function will add a synapse to the receiver for each element in the nucleiArray.

- -

Implements NanoBrain.IReceptor.

- -
-
- -

◆ UpdateNuclei() [1/2]

- -
-
- - - - - -
- - - - - - - -
override void NanoBrain.Receptor.UpdateNuclei ()
-
-virtual
-
- -

Update the state and recursively all Nuclei receiving data from this Nucleus.

- -

Reimplemented from NanoBrain.Nucleus.

- -
-
- -

◆ UpdateNuclei() [2/2]

- -
-
- - - - - -
- - - - - - - -
override void NanoBrain.Receptor.UpdateNuclei ()
-
-virtual
-
- -

Update the state and recursively all Nuclei receiving data from this Nucleus.

- -

Reimplemented from NanoBrain.Nucleus.

- -
-
- -

◆ ProcessStimulus()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
override void NanoBrain.Receptor.ProcessStimulus (Vector3 inputValue,
int thingId = 0,
string thingName = null 
)
-
-virtual
-
- -

Process an external stimulus.

-
Parameters
- - - - -
inputValueThe value of the stimulus
thingIdThe id of the thing causing the stimulus
thingNameThe name of the thing causing the stimulus
-
-
- -

Reimplemented from NanoBrain.Neuron.

- -
-
- -

◆ AddSynapse()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
Synapse NanoBrain.Nucleus.AddSynapse (Neuron sendingNucleus,
float weight = 1 
)
-
-inherited
-
- -

Add a new synapse to this nuclues.

-
Parameters
- - - -
sendingNucleusThe nucleus from which the signals may originate
weightThe weight applied to the input. Default value = 1
-
-
-
Returns
The created Synapse
-

This will add a new input to this nucleus with the given weight.

- -
-
- -

◆ GetSynapse()

- -
-
- - - - - -
- - - - - - - - -
Synapse NanoBrain.Nucleus.GetSynapse (Nucleus sender)
-
-inherited
-
- -

Find a synapse.

-
Parameters
- - -
senderThe sender of the input to the Synapse
-
-
-
Returns
The found Synapse or null when the sender has no synapse to this nucleus.
- -
-
- -

◆ RemoveSynapse()

- -
-
- - - - - -
- - - - - - - - -
void NanoBrain.Nucleus.RemoveSynapse (Nucleus sendingNucleus)
-
-inherited
-
- -

Remove a synapse from a Nucleus.

-
Parameters
- - -
sendingNucleusRemote the synapse connecting to this Nucleus
-
-
- -
-
- -

◆ SetBias()

- -
-
- - - - - -
- - - - - - - - -
virtual void NanoBrain.Nucleus.SetBias (Vector3 inputValue)
-
-virtualinherited
-
- -

Set the bias, recalculate the output and update all Nuclei receiving from this Nucleus.

-
Parameters
- - -
inputValue
-
-
- -
-
-

Member Data Documentation

- -

◆ bias

- -
-
- - - - - -
- - - - -
Vector3 NanoBrain.Nucleus.bias = Vector3.zero
-
-inherited
-
- -

The bias of the nucleus.

-

The bias which a value which is always added to the combined value of the nucleus It does not have a synapse and therefore no weight of source nucleus

- -
-
-

Property Documentation

- -

◆ nucleiArray

- -
-
- - - - - -
- - - - -
Nucleus [] NanoBrain.Receptor.nucleiArray
-
-getset
-
- -

The array of nuclei used to track multiple things sending stimuli.

-

The size of the array determines the maximum number of things which can be distinguished

- -

Implements NanoBrain.IReceptor.

- -
-
-
The documentation for this class was generated from the following file: -
- - - - diff --git a/Documentation/html/class_nano_brain_1_1_receptor.html.meta b/Documentation/html/class_nano_brain_1_1_receptor.html.meta deleted file mode 100644 index a8b111c..0000000 --- a/Documentation/html/class_nano_brain_1_1_receptor.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 4ecbb13b0f82e9f8194707c8ad0347de -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_receptor.png b/Documentation/html/class_nano_brain_1_1_receptor.png deleted file mode 100644 index 9e750c5..0000000 Binary files a/Documentation/html/class_nano_brain_1_1_receptor.png and /dev/null differ diff --git a/Documentation/html/class_nano_brain_1_1_receptor.png.meta b/Documentation/html/class_nano_brain_1_1_receptor.png.meta deleted file mode 100644 index 2fe2359..0000000 --- a/Documentation/html/class_nano_brain_1_1_receptor.png.meta +++ /dev/null @@ -1,117 +0,0 @@ -fileFormatVersion: 2 -guid: c0d46e3882c214dfdad1c92f441122eb -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 4 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - customData: - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spriteCustomMetadata: - entries: [] - nameFileIdTable: {} - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_synapse-members.html.meta b/Documentation/html/class_nano_brain_1_1_synapse-members.html.meta deleted file mode 100644 index 4c3ebae..0000000 --- a/Documentation/html/class_nano_brain_1_1_synapse-members.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 1a5ad1f0608e9cbf7a7fea9e76378a74 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/class_nano_brain_1_1_synapse.html.meta b/Documentation/html/class_nano_brain_1_1_synapse.html.meta deleted file mode 100644 index e5a15fc..0000000 --- a/Documentation/html/class_nano_brain_1_1_synapse.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: e96ea75afe3a7411fa97ecf8af019fb8 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/classes.html b/Documentation/html/classes.html index 615faaf..7a712c5 100644 --- a/Documentation/html/classes.html +++ b/Documentation/html/classes.html @@ -74,35 +74,23 @@ $(function() {
Class Index
-
A | B | C | D | F | M | N | S | V
+
B | C | M | N | S
diff --git a/Documentation/html/classes.html.meta b/Documentation/html/classes.html.meta deleted file mode 100644 index 0f269a7..0000000 --- a/Documentation/html/classes.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: d0955c9f105c1b5d999da492a82677a6 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/closed.png.meta b/Documentation/html/closed.png.meta deleted file mode 100644 index af7f54c..0000000 --- a/Documentation/html/closed.png.meta +++ /dev/null @@ -1,117 +0,0 @@ -fileFormatVersion: 2 -guid: 8f359a9b1001b62e48b929d9ec9d02c4 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 0 - wrapV: 0 - wrapW: 0 - nPOTScale: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 4 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - customData: - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spriteCustomMetadata: - entries: [] - nameFileIdTable: {} - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/custom_doxygen.css.meta b/Documentation/html/custom_doxygen.css.meta deleted file mode 100644 index 5b9c005..0000000 --- a/Documentation/html/custom_doxygen.css.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 12575efb4c194b50d8661fc04f025564 -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/dir_14eca4e58e6d71e3a9859288c1bd2735.html.meta b/Documentation/html/dir_14eca4e58e6d71e3a9859288c1bd2735.html.meta deleted file mode 100644 index 6697847..0000000 --- a/Documentation/html/dir_14eca4e58e6d71e3a9859288c1bd2735.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 2691d82d648861377a94054f9d58deb1 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/dir_2483f3c517cf01057cdafbc2a34f8aed.html b/Documentation/html/dir_2483f3c517cf01057cdafbc2a34f8aed.html deleted file mode 100644 index d148b83..0000000 --- a/Documentation/html/dir_2483f3c517cf01057cdafbc2a34f8aed.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - -Nano Brain for Unity: /home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra Directory Reference - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
-
LinearAlgebra Directory Reference
-
-
- - - - - - -

-Directories

 src
 
 test
 
-
- - - - diff --git a/Documentation/html/dir_2483f3c517cf01057cdafbc2a34f8aed.html.meta b/Documentation/html/dir_2483f3c517cf01057cdafbc2a34f8aed.html.meta deleted file mode 100644 index eedab2e..0000000 --- a/Documentation/html/dir_2483f3c517cf01057cdafbc2a34f8aed.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: fc9c111a311328665955de01c19d9576 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/dir_4f6666a8f2ab10bc970eb7559668f031.html.meta b/Documentation/html/dir_4f6666a8f2ab10bc970eb7559668f031.html.meta deleted file mode 100644 index cdcc5ac..0000000 --- a/Documentation/html/dir_4f6666a8f2ab10bc970eb7559668f031.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 98b39284631945f34ba2f654c3a875ce -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/dir_553b7f6abef29af1bfe49a0c920c985c.html b/Documentation/html/dir_553b7f6abef29af1bfe49a0c920c985c.html deleted file mode 100644 index efb6496..0000000 --- a/Documentation/html/dir_553b7f6abef29af1bfe49a0c920c985c.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - -Nano Brain for Unity: /home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/src Directory Reference - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
-
src Directory Reference
-
-
-
- - - - diff --git a/Documentation/html/dir_553b7f6abef29af1bfe49a0c920c985c.html.meta b/Documentation/html/dir_553b7f6abef29af1bfe49a0c920c985c.html.meta deleted file mode 100644 index d5a22fb..0000000 --- a/Documentation/html/dir_553b7f6abef29af1bfe49a0c920c985c.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: c4113adefe0f5e67d8e43ea470b25ba1 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/dir_961f031cbd4067daa41f3038afdffb61.html.meta b/Documentation/html/dir_961f031cbd4067daa41f3038afdffb61.html.meta deleted file mode 100644 index 8e7a5a3..0000000 --- a/Documentation/html/dir_961f031cbd4067daa41f3038afdffb61.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 2926169196b4c7646a8f05ad7b23018c -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/dir_9cc0116e2306473b01614ba9f183a86c.html b/Documentation/html/dir_9cc0116e2306473b01614ba9f183a86c.html deleted file mode 100644 index 30a8c4a..0000000 --- a/Documentation/html/dir_9cc0116e2306473b01614ba9f183a86c.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - -Nano Brain for Unity: /home/pascal/Development/Projects/Passer/NanoBrain/NanoBrain/Assets/NanoBrain-unitypackage/Runtime/LinearAlgebra/test Directory Reference - - - - - - - - - - -
-
- - - - - - - -
-
Nano Brain for Unity v0.1 -
-
-
- - - - - - - - -
-
- - -
-
-
-
-
-
Loading...
-
Searching...
-
No Matches
-
-
-
-
- - -
-
-
test Directory Reference
-
-
-
- - - - diff --git a/Documentation/html/dir_9cc0116e2306473b01614ba9f183a86c.html.meta b/Documentation/html/dir_9cc0116e2306473b01614ba9f183a86c.html.meta deleted file mode 100644 index 99f0624..0000000 --- a/Documentation/html/dir_9cc0116e2306473b01614ba9f183a86c.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: c60796fe6e78256b7842196e1c6cfc55 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/dir_d52cd4d528148a4237c9bd37fdf6f7e8.html.meta b/Documentation/html/dir_d52cd4d528148a4237c9bd37fdf6f7e8.html.meta deleted file mode 100644 index df076b2..0000000 --- a/Documentation/html/dir_d52cd4d528148a4237c9bd37fdf6f7e8.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 4063181f562fec3d785401cba8562c79 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/dir_ff8b04b97203665bfd386b445c7d0b7c.html.meta b/Documentation/html/dir_ff8b04b97203665bfd386b445c7d0b7c.html.meta deleted file mode 100644 index 3b6154a..0000000 --- a/Documentation/html/dir_ff8b04b97203665bfd386b445c7d0b7c.html.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 5dca77ad1f394fe7181cc332b1ac0fa6 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/doc.svg.meta b/Documentation/html/doc.svg.meta deleted file mode 100644 index 87da073..0000000 --- a/Documentation/html/doc.svg.meta +++ /dev/null @@ -1,53 +0,0 @@ -fileFormatVersion: 2 -guid: 0605b0f6e3ad2fbcab684f5fb334e917 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 12408, guid: 0000000000000000e000000000000000, type: 0} - svgType: 3 - texturedSpriteMeshType: 0 - svgPixelsPerUnit: 100 - gradientResolution: 64 - alignment: 0 - customPivot: {x: 0, y: 0} - generatePhysicsShape: 0 - viewportOptions: 0 - preserveViewport: 0 - advancedMode: 0 - tessellationMode: 1 - predefinedResolutionIndex: 1 - targetResolution: 1080 - resolutionMultiplier: 1 - stepDistance: 10 - samplingStepDistance: 100 - maxCordDeviationEnabled: 0 - maxCordDeviation: 1 - maxTangentAngleEnabled: 0 - maxTangentAngle: 5 - keepTextureAspectRatio: 1 - textureSize: 256 - textureWidth: 256 - textureHeight: 256 - wrapMode: 0 - filterMode: 1 - sampleCount: 4 - preserveSVGImageAspect: 0 - useSVGPixelsPerUnit: 0 - spriteData: - TessellationDetail: 0 - SpriteName: - SpritePivot: {x: 0, y: 0} - SpriteAlignment: 0 - SpriteBorder: {x: 0, y: 0, z: 0, w: 0} - SpriteRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - SpriteID: - PhysicsOutlines: [] diff --git a/Documentation/html/docd.svg.meta b/Documentation/html/docd.svg.meta deleted file mode 100644 index 0e047fa..0000000 --- a/Documentation/html/docd.svg.meta +++ /dev/null @@ -1,53 +0,0 @@ -fileFormatVersion: 2 -guid: 835932448a49d591fa409c846511dcbc -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 12408, guid: 0000000000000000e000000000000000, type: 0} - svgType: 3 - texturedSpriteMeshType: 0 - svgPixelsPerUnit: 100 - gradientResolution: 64 - alignment: 0 - customPivot: {x: 0, y: 0} - generatePhysicsShape: 0 - viewportOptions: 0 - preserveViewport: 0 - advancedMode: 0 - tessellationMode: 1 - predefinedResolutionIndex: 1 - targetResolution: 1080 - resolutionMultiplier: 1 - stepDistance: 10 - samplingStepDistance: 100 - maxCordDeviationEnabled: 0 - maxCordDeviation: 1 - maxTangentAngleEnabled: 0 - maxTangentAngle: 5 - keepTextureAspectRatio: 1 - textureSize: 256 - textureWidth: 256 - textureHeight: 256 - wrapMode: 0 - filterMode: 1 - sampleCount: 4 - preserveSVGImageAspect: 0 - useSVGPixelsPerUnit: 0 - spriteData: - TessellationDetail: 0 - SpriteName: - SpritePivot: {x: 0, y: 0} - SpriteAlignment: 0 - SpriteBorder: {x: 0, y: 0, z: 0, w: 0} - SpriteRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - SpriteID: - PhysicsOutlines: [] diff --git a/Documentation/html/doxygen.css.meta b/Documentation/html/doxygen.css.meta deleted file mode 100644 index 7795306..0000000 --- a/Documentation/html/doxygen.css.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 247df139d59e2166c877cf6642d9815c -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/doxygen.svg.meta b/Documentation/html/doxygen.svg.meta deleted file mode 100644 index d759875..0000000 --- a/Documentation/html/doxygen.svg.meta +++ /dev/null @@ -1,53 +0,0 @@ -fileFormatVersion: 2 -guid: 207e0d8a44ba97950b3f8bcde74a84dd -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 12408, guid: 0000000000000000e000000000000000, type: 0} - svgType: 3 - texturedSpriteMeshType: 0 - svgPixelsPerUnit: 100 - gradientResolution: 64 - alignment: 0 - customPivot: {x: 0, y: 0} - generatePhysicsShape: 0 - viewportOptions: 0 - preserveViewport: 0 - advancedMode: 0 - tessellationMode: 1 - predefinedResolutionIndex: 1 - targetResolution: 1080 - resolutionMultiplier: 1 - stepDistance: 10 - samplingStepDistance: 100 - maxCordDeviationEnabled: 0 - maxCordDeviation: 1 - maxTangentAngleEnabled: 0 - maxTangentAngle: 5 - keepTextureAspectRatio: 1 - textureSize: 256 - textureWidth: 256 - textureHeight: 256 - wrapMode: 0 - filterMode: 1 - sampleCount: 4 - preserveSVGImageAspect: 0 - useSVGPixelsPerUnit: 0 - spriteData: - TessellationDetail: 0 - SpriteName: - SpritePivot: {x: 0, y: 0} - SpriteAlignment: 0 - SpriteBorder: {x: 0, y: 0, z: 0, w: 0} - SpriteRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - SpriteID: - PhysicsOutlines: [] diff --git a/Documentation/html/dynsections.js.meta b/Documentation/html/dynsections.js.meta deleted file mode 100644 index 669884d..0000000 --- a/Documentation/html/dynsections.js.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 220af82fcb6183668ba400d72fa73f5e -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Documentation/html/folderclosed.svg.meta b/Documentation/html/folderclosed.svg.meta deleted file mode 100644 index cccef68..0000000 --- a/Documentation/html/folderclosed.svg.meta +++ /dev/null @@ -1,53 +0,0 @@ -fileFormatVersion: 2 -guid: ed852fa6ace29dcc3aee5f3b5c63fadc -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 12408, guid: 0000000000000000e000000000000000, type: 0} - svgType: 3 - texturedSpriteMeshType: 0 - svgPixelsPerUnit: 100 - gradientResolution: 64 - alignment: 0 - customPivot: {x: 0, y: 0} - generatePhysicsShape: 0 - viewportOptions: 0 - preserveViewport: 0 - advancedMode: 0 - tessellationMode: 1 - predefinedResolutionIndex: 1 - targetResolution: 1080 - resolutionMultiplier: 1 - stepDistance: 10 - samplingStepDistance: 100 - maxCordDeviationEnabled: 0 - maxCordDeviation: 1 - maxTangentAngleEnabled: 0 - maxTangentAngle: 5 - keepTextureAspectRatio: 1 - textureSize: 256 - textureWidth: 256 - textureHeight: 256 - wrapMode: 0 - filterMode: 1 - sampleCount: 4 - preserveSVGImageAspect: 0 - useSVGPixelsPerUnit: 0 - spriteData: - TessellationDetail: 0 - SpriteName: - SpritePivot: {x: 0, y: 0} - SpriteAlignment: 0 - SpriteBorder: {x: 0, y: 0, z: 0, w: 0} - SpriteRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - SpriteID: - PhysicsOutlines: [] diff --git a/Documentation/html/folderclosedd.svg.meta b/Documentation/html/folderclosedd.svg.meta deleted file mode 100644 index 223ac14..0000000 --- a/Documentation/html/folderclosedd.svg.meta +++ /dev/null @@ -1,53 +0,0 @@ -fileFormatVersion: 2 -guid: 603b3653e1469c03294155c230618f89 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 12408, guid: 0000000000000000e000000000000000, type: 0} - svgType: 3 - texturedSpriteMeshType: 0 - svgPixelsPerUnit: 100 - gradientResolution: 64 - alignment: 0 - customPivot: {x: 0, y: 0} - generatePhysicsShape: 0 - viewportOptions: 0 - preserveViewport: 0 - advancedMode: 0 - tessellationMode: 1 - predefinedResolutionIndex: 1 - targetResolution: 1080 - resolutionMultiplier: 1 - stepDistance: 10 - samplingStepDistance: 100 - maxCordDeviationEnabled: 0 - maxCordDeviation: 1 - maxTangentAngleEnabled: 0 - maxTangentAngle: 5 - keepTextureAspectRatio: 1 - textureSize: 256 - textureWidth: 256 - textureHeight: 256 - wrapMode: 0 - filterMode: 1 - sampleCount: 4 - preserveSVGImageAspect: 0 - useSVGPixelsPerUnit: 0 - spriteData: - TessellationDetail: 0 - SpriteName: - SpritePivot: {x: 0, y: 0} - SpriteAlignment: 0 - SpriteBorder: {x: 0, y: 0, z: 0, w: 0} - SpriteRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - SpriteID: - PhysicsOutlines: [] diff --git a/Documentation/html/folderopen.svg.meta b/Documentation/html/folderopen.svg.meta deleted file mode 100644 index 70999eb..0000000 --- a/Documentation/html/folderopen.svg.meta +++ /dev/null @@ -1,53 +0,0 @@ -fileFormatVersion: 2 -guid: 99d7b20b61619bbc7bc7acf43433ad71 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 12408, guid: 0000000000000000e000000000000000, type: 0} - svgType: 3 - texturedSpriteMeshType: 0 - svgPixelsPerUnit: 100 - gradientResolution: 64 - alignment: 0 - customPivot: {x: 0, y: 0} - generatePhysicsShape: 0 - viewportOptions: 0 - preserveViewport: 0 - advancedMode: 0 - tessellationMode: 1 - predefinedResolutionIndex: 1 - targetResolution: 1080 - resolutionMultiplier: 1 - stepDistance: 10 - samplingStepDistance: 100 - maxCordDeviationEnabled: 0 - maxCordDeviation: 1 - maxTangentAngleEnabled: 0 - maxTangentAngle: 5 - keepTextureAspectRatio: 1 - textureSize: 256 - textureWidth: 256 - textureHeight: 256 - wrapMode: 0 - filterMode: 1 - sampleCount: 4 - preserveSVGImageAspect: 0 - useSVGPixelsPerUnit: 0 - spriteData: - TessellationDetail: 0 - SpriteName: - SpritePivot: {x: 0, y: 0} - SpriteAlignment: 0 - SpriteBorder: {x: 0, y: 0, z: 0, w: 0} - SpriteRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - SpriteID: - PhysicsOutlines: [] diff --git a/Documentation/html/folderopend.svg.meta b/Documentation/html/folderopend.svg.meta deleted file mode 100644 index 4519174..0000000 --- a/Documentation/html/folderopend.svg.meta +++ /dev/null @@ -1,53 +0,0 @@ -fileFormatVersion: 2 -guid: 49346fcfab3fcfff6b70fc3e72079452 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 12408, guid: 0000000000000000e000000000000000, type: 0} - svgType: 3 - texturedSpriteMeshType: 0 - svgPixelsPerUnit: 100 - gradientResolution: 64 - alignment: 0 - customPivot: {x: 0, y: 0} - generatePhysicsShape: 0 - viewportOptions: 0 - preserveViewport: 0 - advancedMode: 0 - tessellationMode: 1 - predefinedResolutionIndex: 1 - targetResolution: 1080 - resolutionMultiplier: 1 - stepDistance: 10 - samplingStepDistance: 100 - maxCordDeviationEnabled: 0 - maxCordDeviation: 1 - maxTangentAngleEnabled: 0 - maxTangentAngle: 5 - keepTextureAspectRatio: 1 - textureSize: 256 - textureWidth: 256 - textureHeight: 256 - wrapMode: 0 - filterMode: 1 - sampleCount: 4 - preserveSVGImageAspect: 0 - useSVGPixelsPerUnit: 0 - spriteData: - TessellationDetail: 0 - SpriteName: - SpritePivot: {x: 0, y: 0} - SpriteAlignment: 0 - SpriteBorder: {x: 0, y: 0, z: 0, w: 0} - SpriteRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 0 - height: 0 - SpriteID: - PhysicsOutlines: [] diff --git a/Documentation/html/functions.html b/Documentation/html/functions.html index 323d1d3..92ed2b3 100644 --- a/Documentation/html/functions.html +++ b/Documentation/html/functions.html @@ -80,8 +80,6 @@ $(function() {

- b -

- - -

- o -

- p -

- r -

- s -

- t -

- u -

-

- v -

- -

- w -

- - -

- z -