C# 클래스 BeardedManStudios.Network.NetworkedMonoBehavior.NetSync

Attribute for easily replicating properties and fields across the network
상속: System.Attribute
파일 보기 프로젝트 열기: drakelinglabs/unityarmada

공개 프로퍼티들

프로퍼티 타입 설명
callers NetworkCallers
interpolate Interpolate
method string

공개 메소드들

메소드 설명
NetSync ( ) : System.Threading.Tasks
NetSync ( Interpolate ignoreInterpolation ) : System.Threading.Tasks
NetSync ( string method, NetworkCallers callers ) : System.Threading.Tasks
NetSync ( string method, NetworkCallers callers, Interpolate ignoreInterpolation ) : System.Threading.Tasks

메소드 상세

NetSync() 공개 메소드

public NetSync ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks

NetSync() 공개 메소드

public NetSync ( Interpolate ignoreInterpolation ) : System.Threading.Tasks
ignoreInterpolation Interpolate
리턴 System.Threading.Tasks

NetSync() 공개 메소드

public NetSync ( string method, NetworkCallers callers ) : System.Threading.Tasks
method string
callers NetworkCallers
리턴 System.Threading.Tasks

NetSync() 공개 메소드

public NetSync ( string method, NetworkCallers callers, Interpolate ignoreInterpolation ) : System.Threading.Tasks
method string
callers NetworkCallers
ignoreInterpolation Interpolate
리턴 System.Threading.Tasks

프로퍼티 상세

callers 공개적으로 프로퍼티

Used to determine who is to call the callback method when the value has changed
public NetworkCallers callers
리턴 NetworkCallers

interpolate 공개적으로 프로퍼티

This is uesd to determine if this value ignores interpolation
public Interpolate interpolate
리턴 Interpolate

method 공개적으로 프로퍼티

The name of the method to execute when the value has changed
public string method
리턴 string