jp.keijiro.klak.lineargradient

Extensions for Unity standard gradient class


Keywords
unity, unity3d
License
Unlicense
Install
npm install jp.keijiro.klak.lineargradient@1.0.2

Documentation

LinearGradient

screenshot

Utility extensions for Unity standard Gradient class

Installation

This package uses the scoped registry feature to resolve package dependencies. Please add the following sections to the manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "Keijiro",
  "url": "https://registry.npmjs.com",
  "scopes": [ "jp.keijiro" ]
}

To the dependencies section:

"jp.keijiro.klak.lineargradient": "1.0.2"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.klak.lineargradient": "1.0.2",
    ...