C# Class ZigfuDepthmapToMeshWithCopyAndBounds, Elemental

Inheritance: MonoBehaviour
Afficher le fichier Open project: CodeStrumpet/Elemental

Méthodes publiques

Свойство Type Description
DesiredResolution Vector2
GenerateNormals bool
GenerateUVs bool
gridScale Vector3
interval float
maxX float
maxY float
maxZ float
meshCopyPrefab Transform
minX float
minY float
minZ float
pushBack float
pushX bool
pushY bool
pushZ bool
totalCopies int

Méthodes publiques

Méthode Description
LateUpdate ( ) : void
Start ( ) : void
UpdateDepthmapMesh ( Mesh mesh ) : void

Private Methods

Méthode Description
CalculateTriangleIndices ( int YScaled, int XScaled ) : void
CalculateUVs ( int YScaled, int XScaled ) : void
UpdateTriangleIndices ( Mesh mesh ) : void
UpdateUVs ( Mesh mesh, int YScaled, int XScaled ) : void
UpdateVertices ( Mesh mesh, int YScaled, int XScaled ) : void

Method Details

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UpdateDepthmapMesh() public méthode

public UpdateDepthmapMesh ( Mesh mesh ) : void
mesh Mesh
Résultat void

Property Details

DesiredResolution public_oe property

public Vector2 DesiredResolution
Résultat Vector2

GenerateNormals public_oe property

public bool GenerateNormals
Résultat bool

GenerateUVs public_oe property

public bool GenerateUVs
Résultat bool

gridScale public_oe property

public Vector3 gridScale
Résultat Vector3

interval public_oe property

public float interval
Résultat float

maxX public_oe property

public float maxX
Résultat float

maxY public_oe property

public float maxY
Résultat float

maxZ public_oe property

public float maxZ
Résultat float

meshCopyPrefab public_oe property

public Transform meshCopyPrefab
Résultat Transform

minX public_oe property

public float minX
Résultat float

minY public_oe property

public float minY
Résultat float

minZ public_oe property

public float minZ
Résultat float

pushBack public_oe property

public float pushBack
Résultat float

pushX public_oe property

public bool pushX
Résultat bool

pushY public_oe property

public bool pushY
Résultat bool

pushZ public_oe property

public bool pushZ
Résultat bool

totalCopies public_oe property

public int totalCopies
Résultat int