Description | Hierarchy | Fields | Methods | Properties |
type TMeshList = class(TList)
This class represent a list of meshes. You can obtain a mesh by index or by name
![]() |
function getMesh(index:integer):TMesh; |
![]() |
function getMeshByName(name:string):TMesh; |
![]() |
function getMesh(index:integer):TMesh; |
Return the mesh at specified index
![]() |
function getMeshByName(name:string):TMesh; |
Return the mesh with the given name or nil
![]() |
property Mesh[index:integer]: TMesh; |
![]() |
property Mesh[index:integer]: TMesh; |