13 lines
229 B
C#
13 lines
229 B
C#
using System;
|
|
|
|
public struct ovrAvatarBodyComponent
|
|
{
|
|
public ovrAvatarTransform leftEyeTransform;
|
|
|
|
public ovrAvatarTransform rightEyeTransform;
|
|
|
|
public ovrAvatarTransform centerEyeTransform;
|
|
|
|
public IntPtr renderComponent;
|
|
}
|