Table of Contents

Class MegaBlockController.BlockInfoSourceData

Espaço de nomes
easyar
Assembly
EasyAR.Sense.dll

Fonte de informação para criar o block.

[Serializable]
public class MegaBlockController.BlockInfoSourceData : MegaBlockController.SourceData
Herança
MegaBlockController.BlockInfoSourceData

Construtores

BlockInfoSourceData(string)

public BlockInfoSourceData(string id)

Parâmetros

id

BlockInfoSourceData(string, string)

public BlockInfoSourceData(string id, string name)

Parâmetros

id
name

BlockInfoSourceData(BlockInfo)

public BlockInfoSourceData(MegaBlockController.BlockInfo info)

Parâmetros

info

Campos

ID

ID do bloco。

public string ID

Name

Nome do bloco. Pode não ser especificado.

public string Name