Class LowerBodyCloth

    • Constructor Detail

      • LowerBodyCloth

        public LowerBodyCloth()
      • LowerBodyCloth

        public LowerBodyCloth​(LowerBodyCloth source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getColor

        public LowerBodyClothColor getColor()
        Get 下衣颜色信息。
        Returns:
        Color 下衣颜色信息。
      • setColor

        public void setColor​(LowerBodyClothColor Color)
        Set 下衣颜色信息。
        Parameters:
        Color - 下衣颜色信息。
      • getLength

        public LowerBodyClothLength getLength()
        Get 下衣长度信息 。
        Returns:
        Length 下衣长度信息 。
      • setLength

        public void setLength​(LowerBodyClothLength Length)
        Set 下衣长度信息 。
        Parameters:
        Length - 下衣长度信息 。
      • getType

        public LowerBodyClothType getType()
        Get 下衣类型信息。
        Returns:
        Type 下衣类型信息。
      • setType

        public void setType​(LowerBodyClothType Type)
        Set 下衣类型信息。
        Parameters:
        Type - 下衣类型信息。