C# Class GroundTexture, tf_client

Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Свойство Type Description
groundTextureType GroundTextureType
name string
texture UnityEngine.Texture2D
tileOffset Vector2
tileSize Vector2

Méthodes publiques

Méthode Description
ToSplat ( ) : SplatPrototype

Convert to SplatPrototype

Method Details

ToSplat() public méthode

Convert to SplatPrototype
public ToSplat ( ) : SplatPrototype
Résultat UnityEngine.SplatPrototype

Property Details

groundTextureType public_oe property

The type of the ground
public GroundTextureType groundTextureType
Résultat GroundTextureType

name public_oe property

The name of the ground texture (to e.g. appear in inspector array)
public string name
Résultat string

texture public_oe property

The texture for the ground type
public Texture2D,UnityEngine texture
Résultat UnityEngine.Texture2D

tileOffset public_oe property

The texture's offset
public Vector2 tileOffset
Résultat Vector2

tileSize public_oe property

The texture's tiling size
public Vector2 tileSize
Résultat Vector2