LTDescr.setPoint C# (CSharp) 메소드

setPoint() 공개 메소드

public setPoint ( Vector3 point ) : LTDescr
point Vector3
리턴 LTDescr
    public LTDescr setPoint( Vector3 point )
    {
        this._optional.point = point;
        return this;
    }
LTDescr