AtavismNode Class

Summary

An intermediary class that assists between standard Unity Objects and AtavismObjectNodes (which are from the server). The AtavismNode gets added automatically to all objects from the server and should be manually added to all objects added locally.
Namespace
Atavism
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["AtavismNode"] class Type type-node

Syntax

public class AtavismNode : MonoBehaviour

Fields

Name Constant Value Summary
showParam

Properties

Name Value Summary
GameObject GameObject
Oid long
Position Vector3

Methods