Class MegaBlockController.BlockInfoSourceData
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Information source for creating a block.
[Serializable]
public class MegaBlockController.BlockInfoSourceData : MegaBlockController.SourceData
- Inheritance
-
MegaBlockController.BlockInfoSourceData
Constructors
BlockInfoSourceData(string)
public BlockInfoSourceData(string id)
Parameters
id
BlockInfoSourceData(string, string)
public BlockInfoSourceData(string id, string name)
Parameters
idname
BlockInfoSourceData(BlockInfo)
public BlockInfoSourceData(MegaBlockController.BlockInfo info)
Parameters
info
Fields
ID
Block ID。
public string ID
Name
Block name. It can be left unspecified.
public string Name