Instance Method
setAxisExternalValueValue(_:forId:) setAxisExternalValueValue:forId: setAxisExternalValueValue_forId_
Sets the external axis value for a specific ID.
Declaration
func setAxisExternalValueValue(_ value: CGFloat, forId ID: String)Declaration
- (void) setAxisExternalValueValue:(CGFloat) value forId:(NSString *) ID;Declaration
setAxisExternalValueValue_forId_(value: float, ID: str)Parameters
valueThe external axis value to set.
IDThe ID of the axis.