Modifier and Type | Field and Description |
---|---|
static String |
ATT_SENSIBILITY
Force sensibility node name.
|
static String |
ATT_VELOCITY
Force velocity node name.
|
static String |
ATT_VX
Force horizontal node name.
|
static String |
ATT_VY
Force vertical node name.
|
static String |
NODE_FORCE
Force node name.
|
Modifier and Type | Method and Description |
---|---|
static XmlNode |
exports(Force force)
Export the force node from data.
|
static Force |
imports(XmlNode root)
Create the force data from node.
|
public static final String NODE_FORCE
public static final String ATT_VX
public static final String ATT_VY
public static final String ATT_VELOCITY
public static final String ATT_SENSIBILITY
public static Force imports(XmlNode root)
root
- The root reference.LionEngineException
- If unable to read node.public static XmlNode exports(Force force)
force
- The force reference.LionEngineException
- If unable to read node.Copyright © 2016 Byron 3D Games Studio. All rights reserved.