C# Class OpenMetaverse.AppearanceManager.TextureData

Holds a texture assetID and the data needed to bake this layer into an outfit texture. Used to keep track of currently worn textures and baking data
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
AlphaMasks float>.Dictionary
Color Color4
Texture AssetTexture
TextureID UUID
TextureIndex AvatarTextureIndex

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

AlphaMasks public_oe property

Collection of alpha masks that needs applying
public Dictionary AlphaMasks
Résultat float>.Dictionary

Color public_oe property

Tint that should be applied to the texture
public Color4 Color
Résultat Color4

Texture public_oe property

Asset data for the texture
public AssetTexture Texture
Résultat AssetTexture

TextureID public_oe property

A texture AssetID
public UUID TextureID
Résultat UUID

TextureIndex public_oe property

Where on avatar does this texture belong
public AvatarTextureIndex TextureIndex
Résultat AvatarTextureIndex