C# Class UnityEngine.Networking.NetworkSystem.AnimationMessage

Inheritance: UnityEngine.Networking.MessageBase
Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
netId UnityEngine.Networking.NetworkInstanceId
normalizedTime float
parameters byte[]
stateHash int

Public Methods

Method Description
Deserialize ( NetworkReader reader ) : void
Serialize ( NetworkWriter writer ) : void

Method Details

Deserialize() public method

public Deserialize ( NetworkReader reader ) : void
reader NetworkReader
return void

Serialize() public method

public Serialize ( NetworkWriter writer ) : void
writer UnityEngine.Networking.NetworkWriter
return void

Property Details

netId public_oe property

public NetworkInstanceId,UnityEngine.Networking netId
return UnityEngine.Networking.NetworkInstanceId

normalizedTime public_oe property

public float normalizedTime
return float

parameters public_oe property

public byte[] parameters
return byte[]

stateHash public_oe property

public int stateHash
return int