@quenty/steputils
Advanced tools
Comparing version 3.0.1-canary.238.2c4d310.0 to 3.0.1-canary.238.f89c386.0
@@ -6,3 +6,3 @@ # Change Log | ||
## [3.0.1-canary.238.2c4d310.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/steputils@3.0.0...@quenty/steputils@3.0.1-canary.238.2c4d310.0) (2021-12-29) | ||
## [3.0.1-canary.238.f89c386.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/steputils@3.0.0...@quenty/steputils@3.0.1-canary.238.f89c386.0) (2021-12-30) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @quenty/steputils |
{ | ||
"name": "@quenty/steputils", | ||
"version": "3.0.1-canary.238.2c4d310.0", | ||
"version": "3.0.1-canary.238.f89c386.0", | ||
"description": "Binds animations into step, where the animation only runs as needed", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2c4d310b84afd0570d89667dc5d4aa69a0ef304a" | ||
"gitHead": "f89c3863db94c96adc936ea31a49e0c770756dd0" | ||
} |
## StepUtils | ||
<div align="center"> | ||
<a href="http://quenty.github.io/NevermoreEngine/"> | ||
<img src="https://img.shields.io/badge/docs-website-green.svg" alt="Documentation" /> | ||
<img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/docs.yml/badge.svg" alt="Documentation status" /> | ||
</a> | ||
@@ -16,21 +16,7 @@ <a href="https://discord.gg/mhtGUS8"> | ||
<div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/StepUtils">View docs →</a></div> | ||
## Installation | ||
``` | ||
npm install @quenty/steputils --save | ||
``` | ||
## Usage | ||
Usage is designed to be simple. | ||
### `StepUtils.bindToRenderStep(update)` | ||
### `StepUtils.bindToSignal(signal, update)` | ||
### `StepUtils.onceAtRenderPriority(priority, func)` | ||
### `StepUtils.onceAtStepped(func)` | ||
### `StepUtils.onceAtRenderStepped(func)` | ||
### `StepUtils.onceAtEvent(event, func)` | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9855
21