Click or drag to resize

NetworkedPrefab Class

[This is preliminary documentation and is subject to change.]

A class that represents a NetworkedPrefab
Inheritance Hierarchy
SystemObject
  MLAPI.DataNetworkedPrefab

Namespace:  MLAPI.Data
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class NetworkedPrefab
Request Example View Source

The NetworkedPrefab type exposes the following members.

Constructors
  NameDescription
Public methodNetworkedPrefab
Initializes a new instance of the NetworkedPrefab class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldplayerPrefab
Wheter or not this is a playerPrefab
Public fieldprefab
The gameobject of the prefab
Top
See Also