A Sandcastle Documented Class Library
Find Method (semantic)
NamespacesColladaInputListFind(InputSemantic)
Finds the first input object in the list with a particular semantic
Declaration Syntax
C#Visual BasicVisual C++
public Input Find(
	InputSemantic semantic
)
Public Function Find ( _
	semantic As InputSemantic _
) As Input
public:
Input^ Find(
	InputSemantic semantic
)
Parameters
semantic (InputSemantic)
The type of input you are looking for. Position, Normal, Texture Coordinate, etc.
Return Value
The matching input object if found, null if no input exists in the list with the requested semantic

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)