Show / Hide Table of Contents

Enum MeshChangedEnum

Propagates a IManagedMesh property's changed status to the MeshManager

Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum MeshChangedEnum

Fields

Name Description
BiTangents

The field BiTangents changed.

BoneIndices

The field BoneIndices changed.

BoneWeights

The field BoneWeights changed.

Colors

The field Mesh changed.

Colors1

The field Colors1 changed.

Colors2

The field Colors2 changed.

Disposed

Mesh data will be removed from the GPU

Normals

The field Normals changed.

Tangents

The field Tangents changed.

Triangles

The Triangles have changed.

Uvs

The field UVs changed.

Vertices

The Vertices have changed.

Generated by DocFX
GitHub Repo
Back to top