Click or drag to resize
IEntityGetPropT Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Core.IEntity.GetProp``1(System.String,``0)"]

Namespace: ZU.Core
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
T GetProp<T>(
	string propName,
	T defaultValue = null
)

Parameters

propName
Type: SystemString

[Missing <param name="propName"/> documentation for "M:ZU.Core.IEntity.GetProp``1(System.String,``0)"]

defaultValue (Optional)
Type: T

[Missing <param name="defaultValue"/> documentation for "M:ZU.Core.IEntity.GetProp``1(System.String,``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:ZU.Core.IEntity.GetProp``1(System.String,``0)"]

Return Value

Type: T

[Missing <returns> documentation for "M:ZU.Core.IEntity.GetProp``1(System.String,``0)"]

See Also