| VideoStreamOnFrameUpdate Property |
[Missing <summary> documentation for "P:ASL.VideoStream.OnFrameUpdate"]
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Action<GameObject, Texture2D> OnFrameUpdate { get; set; }
Public Property OnFrameUpdate As Action(Of GameObject, Texture2D)
Get
Set
public:
property Action<GameObject^, Texture2D^>^ OnFrameUpdate {
Action<GameObject^, Texture2D^>^ get ();
void set (Action<GameObject^, Texture2D^>^ value);
}
member OnFrameUpdate : Action<GameObject, Texture2D> with get, set
Property Value
Type:
ActionGameObject,
Texture2DSee Also