| VideoStreamOnFrameDelivered Method |
[Missing <summary> documentation for "M:ASL.VideoStream.OnFrameDelivered(UnityEngine.GameObject,UnityEngine.Texture2D)"]
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private static void OnFrameDelivered(
GameObject gObject,
Texture2D texture2D
)
Private Shared Sub OnFrameDelivered (
gObject As GameObject,
texture2D As Texture2D
)
private:
static void OnFrameDelivered(
GameObject^ gObject,
Texture2D^ texture2D
)
private static member OnFrameDelivered :
gObject : GameObject *
texture2D : Texture2D -> unit
Parameters
- gObject
- Type: GameObject
[Missing <param name="gObject"/> documentation for "M:ASL.VideoStream.OnFrameDelivered(UnityEngine.GameObject,UnityEngine.Texture2D)"]
- texture2D
- Type: Texture2D
[Missing <param name="texture2D"/> documentation for "M:ASL.VideoStream.OnFrameDelivered(UnityEngine.GameObject,UnityEngine.Texture2D)"]
See Also