csc.model.Data

class csc.model.Data

Data class

This class serves to represent any special type of data. These data can be used in the update calculation or as behaviors’ properties.

Variables:
  • id – Get Set csc.model.DataId

  • object_id – Get Set csc.model.ObjectId

  • name – Get Set string

  • mode – Get Set csc.model.DataMode

  • enum_name – Get Set string

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

enum_name

id

mode

name

object_id

__annotations__ = {}
__init__(*args, **kwargs)
__module__ = 'csc.model'
property enum_name
property id
property mode
property name
property object_id