Properties
public class Properties
The type Properties.
-
Has velocity.
Declaration
Swift
public func hasVelocity() -> BoolReturn Value
true if has velocity
-
Gets velocity.
Declaration
Swift
public func getVelocity() -> String?Return Value
the velocity
-
Sets velocity.
Declaration
Swift
public func setVelocity(velocity: String)Parameters
velocitythe velocity
Properties Class Reference