]>
git.r.bdr.sh - rbdr/sumo/blob - lib/nodes/elastic.js
1 import { Node
} from '@serpentity/serpentity';
3 import BodyComponent
from '../components/body';
4 import ElasticComponent
from '../components/elastic';
7 * Node identifying an entity that is an elastic physical body
9 * @extends {external:Serpentity.Node}
12 export default class ElasticNode
extends Node
{
17 * Holds the types that are used to identify an elastic entity
19 * @property {object} types
21 * @memberof ElasticNode
25 elastic: ElasticComponent