public method TrailingType.setTrailingType

Brief

Takes 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

protojavascriptjavacsharp
public setTrailingType(trailingType : int) : void

Parameters
trailingType

An integer parameter, that sets a type of trailing behavior

Details

Declared in TrailingType

back