]>
git.r.bdr.sh - rbdr/serpentity-lib/blob - components/position/index.js
1 import { Component
} from '@serpentity/serpentity';
4 * Position component, stores the location of an object in x, y and z
6 * -x <Number> // the position along the x axis
7 * -y <Number> // the position along the y axis
8 * -z <Number> // the position along the z axis
10 export default class Position
extends Component
{