'Declaration Public Function GetTextObject( _ ByVal index As Integer _ ) As ImGearVectorTextObject
'Usage Dim instance As ImGearVectorEntityText Dim index As Integer Dim value As ImGearVectorTextObject value = instance.GetTextObject(index)
public ImGearVectorTextObject GetTextObject( int index )
public: ImGearVectorTextObject* GetTextObject( int index )
public: ImGearVectorTextObject^ GetTextObject( int index )
Parameters
- index
- Index of the text object to be returned.
Return Value
New instance of ImGearVectorTextObject class object.