Table of Contents

Class MegaBlockController.BlockInfoSourceData

Espacio de nombres
easyar
Ensayo
EasyAR.Sense.dll

Origen de información para crear un block.

[Serializable]
public class MegaBlockController.BlockInfoSourceData : MegaBlockController.SourceData
Herencia
MegaBlockController.BlockInfoSourceData

Constructores

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

Block ID。

public string ID

Name

Nombre de Block. Puede dejarse sin especificar.

public string Name