1 import { Node
} from '@serpentity/serpentity';
3 import BodyComponent
from '../components/body';
4 import ForceComponent
from '../components/force';
7 * Node identifying an entity that has externally applied force
9 * @extends {external:Serpentity.Node}
10 * @class PhysicalWithExternalForceNode
12 export default class PhysicalWithExternalForceNode
extends Node
{
17 * Holds the types that are used to identify an entity with a physical
20 * @property {object} types
22 * @memberof PhysicalWithExternalForceNode
24 PhysicalWithExternalForceNode
.types
= {