C# Class SSTUTools.CylinderMeshGenerator

Afficher le fichier Open project: shadowmage45/SSTULabs Class Usage Examples

Méthodes publiques

Свойство Type Description
bottomUV UVArea
insideUV UVArea
outsideUV UVArea
topUV UVArea

Méthodes publiques

Méthode Description
CylinderMeshGenerator ( Vector3 offset, int faces, float height, float bottomRadius, float topRadius, float bottomInnerRadius, float topInnerRadius ) : System
generateColliders ( ) : UnityEngine.GameObject[]
generateMesh ( ) : Mesh

Method Details

CylinderMeshGenerator() public méthode

public CylinderMeshGenerator ( Vector3 offset, int faces, float height, float bottomRadius, float topRadius, float bottomInnerRadius, float topInnerRadius ) : System
offset Vector3
faces int
height float
bottomRadius float
topRadius float
bottomInnerRadius float
topInnerRadius float
Résultat System

generateColliders() public méthode

public generateColliders ( ) : UnityEngine.GameObject[]
Résultat UnityEngine.GameObject[]

generateMesh() public méthode

public generateMesh ( ) : Mesh
Résultat UnityEngine.Mesh

Property Details

bottomUV public_oe property

public UVArea,SSTUTools bottomUV
Résultat UVArea

insideUV public_oe property

public UVArea,SSTUTools insideUV
Résultat UVArea

outsideUV public_oe property

public UVArea,SSTUTools outsideUV
Résultat UVArea

topUV public_oe property

public UVArea,SSTUTools topUV
Résultat UVArea