您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
20 行
369 B
20 行
369 B
//
|
|
// This file was automatically generated. Please don't edit by hand.
|
|
//
|
|
|
|
#ifndef GEOMETRYUTILS_CS_HLSL
|
|
#define GEOMETRYUTILS_CS_HLSL
|
|
// Generated from UnityEngine.Experimental.Rendering.OrientedBBox
|
|
// PackingRules = Exact
|
|
struct OrientedBBox
|
|
{
|
|
float3 center;
|
|
float extentX;
|
|
float3 right;
|
|
float extentY;
|
|
float3 up;
|
|
float extentZ;
|
|
};
|
|
|
|
|
|
#endif
|