C# Class uLinkInstantiatePool, PaperCowboys

Inheritance: uLink.MonoBehaviour
Mostrar archivo Open project: Gamieon/PaperCowboys

Public Properties

Property Type Description
minSize int
prefab uLink.NetworkView

Public Methods

Method Description
Awake ( ) : void
CreatePool ( ) : void
DestroyPool ( ) : void
OnDisable ( ) : void
Start ( ) : void

Private Methods

Method Description
Creator ( string prefabName, uLink args, uLink info ) : uLink.NetworkView
Destroyer ( uLink instance ) : void
SetActive ( uLink instance, bool value ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

CreatePool() public method

public CreatePool ( ) : void
return void

DestroyPool() public method

public DestroyPool ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

minSize public_oe property

public int minSize
return int

prefab public_oe property

public NetworkView,uLink prefab
return uLink.NetworkView