GetComponent Method (IEntity)
Gets the owning component for this entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetComponent() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IEntity
Dim value As System.Object
value = instance.GetComponent() |
C# | |
---|
System.object GetComponent() |
C++/CLI | |
---|
System.Object^ GetComponent(); |
Return Value
Component that owns this entity
Example
Remarks
See Also