Table of Contents

Class MegaBlockController.BlockInfoSourceData

Namespace
easyar
Assembly
EasyAR.Sense.dll

Die Informationsquelle für die Erstellung eines Blocks.

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

Konstruktoren

BlockInfoSourceData(string)

public BlockInfoSourceData(string id)

Parameter

id

BlockInfoSourceData(string, string)

public BlockInfoSourceData(string id, string name)

Parameter

id
name

BlockInfoSourceData(BlockInfo)

public BlockInfoSourceData(MegaBlockController.BlockInfo info)

Parameter

info

Felder

ID

Block-ID。

public string ID

Name

Block-Name. Kann nicht angegeben werden.

public string Name