public method TrailingType.setTrailingTypeTakes an integer parameter trailingType, sets the class variable trailingType to the value of the trailingType parameter passed into the method. This method allows for the value of trailingType to be set dynamically. Method is intended to be called by other methods in the program to update the value of trailingType
Declaration
protojavascriptjavacsharppublic setTrailingType(trailingType : int) : void
| Parameters | |
trailingType |
An integer parameter, that sets a type of trailing behavior |
Declared in TrailingType