C# Class FBX.SceneLoader.Objects.LoaderTempMesh.ReferenceLayerElement

A small structure that stores the owner mesh of a reference layer element Reference layer elements are layer elements that belong to another mesh (i.e. a master mesh). The other mesh is our master mesh and we're using a reference to one of its layer elements in order to factorize the layer element's data.
ファイルを表示 Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_LayerElement FBXImporter.LayerElement
m_Owner LoaderTempMesh

Property Details

m_LayerElement public_oe property

public FBXImporter.LayerElement m_LayerElement
return FBXImporter.LayerElement

m_Owner public_oe property

public LoaderTempMesh,FBX.SceneLoader.Objects m_Owner
return LoaderTempMesh