Search Results for

    Show / Hide Table of Contents

    Class CustomizationSpriteSet

    Same as DirectionalSpritesSet, but also contains the detail sprite.

    Inheritance
    Object
    DirectionalSpritesSet
    CustomizationSpriteSet
    Inherited Members
    DirectionalSpritesSet.DownSprite
    DirectionalSpritesSet.SideSprite
    DirectionalSpritesSet.UpSprite
    DirectionalSpritesSet.HasSprites
    Namespace: CustomizableCharacters
    Assembly: cs.temp.dll.dll
    Syntax
    public class CustomizationSpriteSet : DirectionalSpritesSet

    Properties

    AmountOfDetailSpritesSets

    The amount of detail sprites.

    Declaration
    public int AmountOfDetailSpritesSets { get; }
    Property Value
    Type Description
    Int32

    CustomizationLocation

    The location that should be showing this customization.

    Declaration
    public CustomizationLocation CustomizationLocation { get; }
    Property Value
    Type Description
    CustomizationLocation

    DetailSpriteSets

    The sprites that will be used as details.

    Declaration
    public DirectionalSpritesSet[] DetailSpriteSets { get; }
    Property Value
    Type Description
    DirectionalSpritesSet[]

    HasDetailSprites

    Whether there is any detail sprites or not.

    Declaration
    public bool HasDetailSprites { get; }
    Property Value
    Type Description
    Boolean

    SortOverLocations

    A location that this sprite set will be drawn with a higher sorting order. For example if a hat should cover the ears.

    Declaration
    public CustomizationLocation[] SortOverLocations { get; }
    Property Value
    Type Description
    CustomizationLocation[]
    In This Article
    • Properties
      • AmountOfDetailSpritesSets
      • CustomizationLocation
      • DetailSpriteSets
      • HasDetailSprites
      • SortOverLocations
    Back to top 2D Customizable Characters