M3D / M3D / Assets / VedioSource
Class: VedioSource
Memberof
M3D.Assets
Description
视频资源类
Author
ZYC
Date
2022-5-20
Copyright
All Rights Reserved. Copyright (C) 2022 HOTEAMSOFT, Ltd
Hierarchy
-
↳
VedioSource
Table of contents
Constructors
Methods
Constructors
constructor
• new VedioSource(): VedioSource
Returns
Inherited from
Methods
getBlobPath
▸ getBlobPath(): string
Returns
string
Description
获取资源路径
Inherited from
getFilePath
▸ getFilePath(): string
Returns
string
Description
获取资源路径
Inherited from
getType
▸ getType(): ResourceType
Returns
Description
获取资源类型
Inherited from
markDirty
▸ markDirty(): void
Returns
void
Description
设置脏标记
Inherited from
setBlobPath
▸ setBlobPath(path
): void
Parameters
Name | Type | Description |
---|---|---|
path | string | 路径 |
Returns
void
Description
设置资源路径
Inherited from
setFilePath
▸ setFilePath(path
): void
Parameters
Name | Type | Description |
---|---|---|
path | string | 路径 |
Returns
void
Description
设置资源路径
Inherited from
setType
▸ setType(type
): void
Parameters
Name | Type | Description |
---|---|---|
type | ResourceType | 资源类型 |
Returns
void
Description
设置资源类型