C# Class CustomContentPositioningBehaviour, code

Inheritance: MonoBehaviour
显示文件 Open project: shendongnian/code

Public Properties

Property Type Description
yourContentPrefab GameObject,

Public Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
SpawnContent ( HitTestResult, result ) : void

Private Methods

Method Description
OnVuforiaStarted ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

SpawnContent() public method

public SpawnContent ( HitTestResult, result ) : void
result HitTestResult,
return void

Property Details

yourContentPrefab public_oe property

public GameObject, yourContentPrefab
return GameObject,