LTDescr.setPeriod C# (CSharp) Method

setPeriod() public method

public setPeriod ( float period ) : LTDescr
period float
return LTDescr
    public LTDescr setPeriod( float period )
    {
        this.period = period;
        return this;
    }
LTDescr