C# Class ObjectPoolTag, RoverGame

Inheritance: MonoBehaviour
Exibir arquivo Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
poolId int

Public Methods

Method Description
Apply ( GameObject go, int id ) : ObjectPoolTag,
Get ( GameObject go ) : ObjectPoolTag,
GetPoolId ( GameObject go ) : int

Method Details

Apply() public static method

public static Apply ( GameObject go, int id ) : ObjectPoolTag,
go GameObject
id int
return ObjectPoolTag,

Get() public static method

public static Get ( GameObject go ) : ObjectPoolTag,
go GameObject
return ObjectPoolTag,

GetPoolId() public static method

public static GetPoolId ( GameObject go ) : int
go GameObject
return int

Property Details

poolId public_oe property

public int poolId
return int