Interface ITypedMemberDescriptor
Namespace: Unity.Entities.Properties
Syntax
public interface ITypedMemberDescriptor
Properties
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetMemberType()
Declaration
Type GetMemberType()
Returns
Type | Description |
---|---|
System.Type |
GetOffset()
Declaration
int GetOffset()
Returns
Type | Description |
---|---|
System.Int32 |
IsPrimitive()
Declaration
bool IsPrimitive()
Returns
Type | Description |
---|---|
System.Boolean |