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
块 ID。
public string ID
Name
Block name. It can be unspecified.
public string Name