Interface IActorClass

interface IActorClass {
    actorClass: ConstructorType;
    type: string;
}

Properties

Properties

actorClass: ConstructorType
type: string

类型key,和资产里的actorClass对齐

Generated using TypeDoc