Method HasPrimaryEntity
HasPrimaryEntity(Object)
Returns true if the uobject
is included in the set of converted objects.
Declaration
public bool HasPrimaryEntity(Object uobject)
Parameters
Type | Name | Description |
---|---|---|
Object | uobject |
Returns
Type | Description |
---|---|
Boolean |
HasPrimaryEntity(Component)
Returns true if the GameObject owning component
is included in the set of converted objects.
Declaration
public bool HasPrimaryEntity(Component component)
Parameters
Type | Name | Description |
---|---|---|
Component | component |
Returns
Type | Description |
---|---|
Boolean |